HardwareIDActualHardwareID Property |
Use this property to access the hardware ID of computer where this library actually running.
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public string this[
bool ForceRecalculate = false
] { get; }
Public ReadOnly Property ActualHardwareID (
Optional ForceRecalculate As Boolean = false
) As String
Get
public:
property String^ ActualHardwareID[bool ForceRecalculate = false] {
String^ get (bool ForceRecalculate = false);
}
member ActualHardwareID : string with get
Parameters
- ForceRecalculate (Optional)
- Type: SystemBoolean
Forces property to not use cached hardware ID when set to True.
Property Value
Type:
StringString identifying computer where this library actually running
Return Value
Type:
StringString HardwareID of actual machine.
Remarks To make hardware ID quickly accessible, it will be cached after first calculcation. You can set optional parameter to force recalculation each time this property is accessed.
See Also