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.
Represents the online status properties of the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
System.Object
Microsoft.WindowsServerSolutions.Common.Devices.DeviceProperty
Microsoft.WindowsServerSolutions.Common.Devices.OnlineStatusProperty
[DataContractAttribute]
public sealed class OnlineStatusProperty : DeviceProperty
[DataContractAttribute]
public ref class OnlineStatusProperty sealed : DeviceProperty
<DataContractAttribute>
Public NotInheritable Class OnlineStatusProperty
Inherits DeviceProperty
Name | Description | |
---|---|---|
![]() |
PropertyName | Gets the name of the property.(Inherited from DeviceProperty.) |
![]() |
Status | Gets the online or offline status of the device. |
![]() |
Timestamp | Gets the timestamp for the device.(Inherited from DeviceProperty.) |
Name | Description | |
---|---|---|
![]() |
Equals(DeviceProperty) | Compares one OnlineStatusProperty object to another OnlineStatusProperty object.(Overrides DeviceProperty.Equals(DeviceProperty).) |
![]() |
Equals(Object) | Calls the Equals method with the specified object.(Overrides Object.Equals(Object).) |
![]() |
GetHashCode() | Returns a hash code for the OnlineStatusProperty object.(Overrides Object.GetHashCode().) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | Returns a string representation of the properties.(Overrides Object.ToString().) |
![]() |
UpdateDeviceInfo(DeviceInfo) | Updates the device information. |
An instance of OnlineStatusProperty must be created by using the CreateOnlineStatusProperty method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top