DeviceInfo.IdentityStatus Property
Gets the identity status of the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public IdentityStatusProperty IdentityStatus { get; internal set; }
public:
property IdentityStatusProperty^ IdentityStatus {
IdentityStatusProperty^ get();
internal: void set(IdentityStatusProperty^ value);
}
Public Property IdentityStatus As IdentityStatusProperty
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.IdentityStatusProperty
An instance of IdentityStatusProperty.
Remarks
Null is returned if the identity status is not reported. This property cannot be modified after the device is reported.
See Also
DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top