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 the device identifier.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public string DeviceId { get; }
public:
property String^ DeviceId {
String^ get();
}
Public ReadOnly Property DeviceId As String
Property Value
Type: System.String
An instance of String that contains the device identifier.
See Also
ReportOperationCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top