[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The Hardware ID of the registering machine. Hardware ID's are used to identify the machine hardware and are calculated using an implemention similar to Office's activiation engine. Any string provided will suffice as a hardware id, as long as it's unique to a machine.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
string 
HardwareId { 
get; 
set; }
Public 
Property 
HardwareId 
As 
String
	
Get
	
Set
public:
property 
String^ 
HardwareId {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

See Also