LicenseKey Property
License Key. In case of using dynamically created object, this property should be set in the first place, before calling any method or setting any other property.
Access
Read/Write
Syntax
Visual Basic .NET |
LicenseKey As String |
---|---|
Visual C# |
String LicenseKey; |
Remarks
The property may throw exception if it is assigned with license key in the runtime mode.
Return Value
Empty string by default.
Errors
The property may throw exception. Use GetLastError method to get the error code.
ftvspcErrorOperationUnsupported | 1001 | Operation unsupported (only for .Net and ActiveX control). |
---|