PartialMonitoringObject.StateLastModified Property

Definition

Last modified time of the state of this monitoring object.

public:
 property Nullable<DateTime> StateLastModified { Nullable<DateTime> get(); };
public DateTime? StateLastModified { get; }
member this.StateLastModified : Nullable<DateTime>
Public ReadOnly Property StateLastModified As Nullable(Of DateTime)

Property Value

Nullable<DateTime>

Returns the DateTime in DateTimeformat, that the state of the monitoring object was last modified..

Remarks

The ScheduleMaintenanceMode or StopMaintenanceModemethods reset this property value.

Applies to