MonitoringAlert.MaintenanceModeLastModified Property

Updated: April 16, 2012

Gets the time, in DateTime format, that the maintenance mode of this alert was last modified. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringAlert Dim value As DateTime value = instance.MaintenanceModeLastModified <DataMemberAttribute(IsRequired:=True)> _ Public Property MaintenanceModeLastModified As DateTime[DataMemberAttribute(IsRequired=true)] public DateTime MaintenanceModeLastModified { get; }[DataMemberAttribute(IsRequired=true)] public: property DateTime MaintenanceModeLastModified { DateTime get (); }/** @property */ public DateTime get_MaintenanceModeLastModified () public function get MaintenanceModeLastModified () : DateTime Property ValueReturns a DateTime object.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms