PartialMonitoringObject.MaintenanceModeLastModified Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.