In This Topic
The license token which activated this license.
Syntax
'Declaration
Public ReadOnly Property LicenseToken As System.String
'Usage
Dim instance As DicomLicense
Dim value As System.String
value = instance.LicenseToken
public System.string LicenseToken {get;}
public read-only property LicenseToken: System.String;
public function get LicenseToken : System.String
public: __property System.string* get_LicenseToken();
public:
property System.String^ LicenseToken {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also