IdentityStatusProperty.Status Property
Gets the status identity provider.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public DeviceIdentityStatus Status { get; private set; }
public:
[DataMemberAttribute]
property DeviceIdentityStatus Status {
DeviceIdentityStatus get();
private: void set(DeviceIdentityStatus value);
}
<DataMemberAttribute>
Public Property Status As DeviceIdentityStatus
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.DeviceIdentityStatus
An instance of DeviceIdentityStatus.
See Also
IdentityStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top