Share via


DeviceInfo.DeviceName Property

 

Gets the name of the device.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

public string DeviceName { get; internal set; }
public:
property String^ DeviceName {
    String^ get();
    internal: void set(String^ value);
}
Public Property DeviceName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

An instance of String that contains the name of the device.

See Also

DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top