PartialMonitoringObject::StateLastModified Property

System Center
 

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)

public:
property Nullable<DateTime> StateLastModified {
	Nullable<DateTime> get();
}

Property Value

Type: System::Nullable<DateTime>

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

The ScheduleMaintenanceMode or StopMaintenanceModemethods reset this property value.

Return to top
Show: