PartialMonitoringObject.StateLastModified Property

 

Applies To: Operations Manager for System Center 2012

Gets the time, in DateTime format, that the state of the monitoring object was last modified.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public Nullable<DateTime> StateLastModified { get; }
public:
property Nullable<DateTime> StateLastModified {
    Nullable<DateTime> get();
}
member StateLastModified : Nullable<DateTime> with get
Public ReadOnly Property StateLastModified As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

Returns the DateTime in DateTimeformat, that the state of the monitoring object was last modified..

Remarks

The ScheduleMaintenanceMode or StopMaintenanceModemethods reset this property value.

See Also

PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top