Share via


DriverCatalogDevice.DeviceId Property

 

Gets or sets the device ID path. For example, "ACPI\PNP0301\4&190B75FD&0".

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

Syntax

public string DeviceId { get; set; }
public:
property String^ DeviceId {
    String^ get();
    void set(String^ value);
}
Public Property DeviceId As String

Property Value

Type: System.String

See Also

DriverCatalogDevice Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top