Initializes a new instance of the ComponentLicense class
Namespace: Dapfor.Net.Internal.LicensingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public ComponentLicense( string packageType, string singleLineLicense ) |
Visual Basic |
---|
Public Sub New ( packageType As String, singleLineLicense As String ) |
Visual C++ |
---|
public: ComponentLicense( String^ packageType, String^ singleLineLicense ) |
F# |
---|
new : packageType : string * singleLineLicense : string -> ComponentLicense |
Parameters
- packageType
- Type: System..::..String
[Missing <param name="packageType"/> documentation for "M:Dapfor.Net.Internal.Licensing.ComponentLicense.#ctor(System.String,System.String)"]
- singleLineLicense
- Type: System..::..String
[Missing <param name="singleLineLicense"/> documentation for "M:Dapfor.Net.Internal.Licensing.ComponentLicense.#ctor(System.String,System.String)"]