HardwareIDiActualHardwareID Property |
Returns hardware id of actual computer. Show it to customer if you plan to release hardware based licenses.
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax public string iActualHardwareID { get; }
Public ReadOnly Property iActualHardwareID As String
Get
public:
property String^ iActualHardwareID {
String^ get ();
}
member iActualHardwareID : string with get
Return Value
Type:
String15 chars string
Remarks You don't have to create instance of HardwareID object. This is here to provide support for non .NET applications using COM model, which does not support static class members.
See Also