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
public OnlineStatus Online { get; internal set; }
public:
property OnlineStatus Online {
OnlineStatus get();
internal: void set(OnlineStatus value);
}
Public Property Online As OnlineStatus
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.OnlineStatus
An instance of OnlineStatus.
Remarks
Null is returned if the online or offline status is not reported.
See Also
DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top