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