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