DeviceIdentityStatus Enumeration

 

Indicates the identity status of the device.

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

Syntax

public enum DeviceIdentityStatus
public enum class DeviceIdentityStatus
Public Enumeration DeviceIdentityStatus

Members

Member name Description
Active

The identity account of the device is active.

Disabled

The identtity account of the device is disabled.

See Also

Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top