Initializes a new instance of the DtUserLicenseService class

Namespace: Dapfor.Net.Internal.Licensing
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public DtUserLicenseService(
	Type componentType
)
Visual Basic
Public Sub New ( 
	componentType As Type
)
Visual C++
public:
DtUserLicenseService(
	Type^ componentType
)
F#
new : 
        componentType : Type -> DtUserLicenseService

Parameters

componentType
Type: System..::..Type

[Missing <param name="componentType"/> documentation for "M:Dapfor.Net.Internal.Licensing.DtUserLicenseService.#ctor(System.Type)"]

See Also