JBLicense
LicenseSetup Method |
Setups the specified apikey.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static void Setup( string apikey, int Product )
Public Shared Sub Setup ( apikey As String, Product As Integer )
public: static void Setup( String^ apikey, int Product )
Parameters
- apikey
- Type: SystemString
The apikey. - Product
- Type: SystemInt32
The product id.
See Also