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 public 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
IEngineLicenseRemarks
Make sure you do not make any changes in Data and Signature tags as
license validation will fail in this case.
See Also