ReportOperationCompletedEventArgs.DeviceId Property
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