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