PartialMonitoringObject.MaintenanceModeLastModified Property

Definition

Last modified time of the maintenance mode of this monitoring object.

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

Property Value

Returns the DateTime in DateTime format, that maintenance mode of this monitoring object was last modified.

Remarks

The MaintenanceModeLastModified property is reset when maintenance mode is entered by the ScheduleMaintenanceMode method or when maintenance mode is stopped by the StopMaintenanceMode method. The MaintenanceModeLastModified property is reset when maintenance mode is terminated by the scheduledEndTime parameter in the ScheduleMaintenanceMode method.

Applies to