ReportDeviceParameters.DeviceName Property

 

Gets the name of the device.

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

Syntax

[DataMemberAttribute]
public string DeviceName { get; private set; }
public:
[DataMemberAttribute]
property String^ DeviceName {
    String^ get();
    private: void set(String^ value);
}
<DataMemberAttribute>
Public Property DeviceName As String
    Get
    Private Set
End Property

Property Value

Type: System.String

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

See Also

ReportDeviceParameters Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top