OnlineStatus Enumeration
Indicates the online status of the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public enum OnlineStatus
public enum class OnlineStatus
Public Enumeration OnlineStatus
Members
Member name | Description | |
---|---|---|
Offline | Indicates that the device is offline. |
|
Online | Indicates that the device is online. |
|
Unknown | Indicates that the online status is not known for the device. |
See Also
OnlineStatusProperty
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top