MaintenanceWindow.LastModified Property
Applies To: Operations Manager for System Center 2012
Gets the time, in DateTime format, that the monitoring object was last modified.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public DateTime LastModified { get; }
public:
property DateTime LastModified {
DateTime get();
}
member LastModified : DateTime with get
Public ReadOnly Property LastModified As Date
Property Value
Type: System.DateTime
Returns the time in DateTime that the monitoring object was last modified.
See Also
MaintenanceWindow Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top