LicenseHardwareID Property |
Gets or sets hardware id of license. If set, license can be used only on computer with specified hardware id.
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax public string HardwareID { get; set; }
Public Property HardwareID As String
Get
Set
public:
property String^ HardwareID {
String^ get ();
void set (String^ value);
}
member HardwareID : string with get, set
Property Value
Type:
StringReturn Value
Type:
StringReturns previously stored value
Remarks See Also