IT Hit User File System
Gets or sets the license text.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax string License { get; set; }
Property License As String
Get
Set
property String^ License {
String^ get ();
void set (String^ value);
}
abstract License : string with get, set
Property Value
Type:
String
License string.
Remarks
Make sure you do not make any changes in Data and Signature tags as
license validation will fail in this case.
See Also