EngineAsyncTHierarchyItemAsyncLicense Property
IT Hit WebDAV Classes Reference
Gets or sets the license text.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax public string License { get; set; }
Public Property License As String
Get
Set
public:
property String^ License {
String^ get ();
void set (String^ value);
}
member 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.
Examples ...
engine.License = File.ReadAllText(HttpContext.Current.Request.PhysicalApplicationPath + "License.lic");
...
See Also