LicenseManagerSetLicense Method |
Sets your license according to the license key you got after purchasing the SDK
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void SetLicense(
string userId,
string licenseKey
)
Public Sub SetLicense (
userId As String,
licenseKey As String
)
public:
void SetLicense(
String^ userId,
String^ licenseKey
)
member SetLicense :
userId : string *
licenseKey : string -> unit
Parameters
- userId
- Type: SystemString
User identity - licenseKey
- Type: SystemString
The given license key determines your permissons.
Exceptions Exception | Condition |
---|
LicenseException | Occurs when user id or license key is not valid. |
See Also