Allows to easily determine if license is demo/trial
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public bool IsDemo { get; set; }
Public Property IsDemo As Boolean
Get
Set
public:
property bool IsDemo {
bool get ();
void set (bool value);
}
member IsDemo : bool with get, set
Property Value
Type:
BooleanReturn Value
Type:
BooleanReturns previously stored value
Remarks See Also