DriverCatalogDeviceHardware.HardwareId Property

 

Gets or sets the hardware ID for the device.

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

DriverCatalogDeviceHardware Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top