LicenseManagerSetLicense Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic 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 String
-
- licenseKey String
-
See Also