LicenseIsTestLicense Property |
Gets whether or not the license file was generated from a test license. IMPORTANT: Test licenses may eventually be deleted from SOLO Server's database!
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool IsTestLicense { get; set; }
Public Overridable Property IsTestLicense As Boolean
Get
Set
public:
virtual property bool IsTestLicense {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also