Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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