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