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 identity status of the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public DeviceIdentityStatus IdentityStatus { get; private set; }
public:
[DataMemberAttribute]
property DeviceIdentityStatus IdentityStatus {
DeviceIdentityStatus get();
private: void set(DeviceIdentityStatus value);
}
<DataMemberAttribute>
Public Property IdentityStatus As DeviceIdentityStatus
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.DeviceIdentityStatus
An instance of the DeviceIdentityStatus class that contains the identity status.
See Also
ReportDeviceParameters Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top