Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets or sets the hardware ID of the registering machine. Hardware IDs are used to identify the machine hardware. Any string provided will suffice as a hardware ID, as long as it's unique to the machine.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string HardwareId { get; set; }
public:
property String^ HardwareId {
String^ get();
void set(String^ value);
}
Public Property HardwareId As String
Property Value
Type: System.String
See Also
ConfigMgrRegistrationRequestBase Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top