IProcessorInfoUniqueId Property |
Win32_Processor: UniqueID: Globally unique identifier for the processor.
Namespace:
Xcalibur.Models.Hardware.Processor
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string UniqueId { get; set; }
Property UniqueId As String
Get
Set
property String^ UniqueId {
String^ get ();
void set (String^ value);
}
abstract UniqueId : string with get, set
Property Value
Type:
String
The unique ID.
See Also