IMonitoringObjectData.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)