LicenseActivateLicense Method
|
Namespace: Bricscad.Licensing
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public static bool ActivateLicense(
string productName,
short version,
bool silent,
string activationKey
)
Public Shared Function ActivateLicense (
productName As String,
version As Short,
silent As Boolean,
activationKey As String
) As Boolean
public:
static bool ActivateLicense(
String^ productName,
short version,
bool silent,
String^ activationKey
)
static member ActivateLicense :
productName : string *
version : int16 *
silent : bool *
activationKey : string -> bool
Parameters
- productName
- Type: SystemString
- version
- Type: SystemInt16
- silent
- Type: SystemBoolean
- activationKey
- Type: SystemString
Return Value
Type:
Boolean
See Also