DeviceDescriptor.DeviceId Property
Gets and sets the device ID.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public string DeviceId { get; private set; }
public:
property String^ DeviceId {
String^ get();
private: void set(String^ value);
}
Public Property DeviceId As String
Get
Private Set
End Property
Property Value
Type: System.String
The device ID.
See Also
DeviceDescriptor Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top