ReportDeviceParameters.DeviceId Property

 

Gets the identifier of the device.

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

Syntax

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

Property Value

Type: System.String

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

See Also

ReportDeviceParameters Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top