LicenseIsReadOnly Property  | 
 
 Makes all properties of this object read-only. This can't be reverted.
 
 
    Namespace: 
   TreeksLicensingLibrary2
    Assembly:
   TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntaxpublic bool IsReadOnly { get; set; }Public Property IsReadOnly As Boolean
	Get
	Set
public:
property bool IsReadOnly {
	bool get ();
	void set (bool value);
}member IsReadOnly : bool with get, set
Property Value
Type: 
BooleanReturn Value
Type: 
BooleanIndication, if license properties are read-only
Remarks
See Also