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