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 timestamp of the last reported online status.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Syntax
public DateTime LastOnlineStatusTimestamp { get; internal set; }
public:
property DateTime LastOnlineStatusTimestamp {
    DateTime get();
    internal: void set(DateTime value);
}
Public Property LastOnlineStatusTimestamp As Date
    Get
    Friend Set
End Property
Property Value
Type: System.DateTime
An instance of DateTime.
See Also
DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top