PartialMonitoringObject::AvailabilityLastModified Property

System Center
 

Applies To: Operations Manager for System Center 2012

Gets the last modified time, in DateTime format, of the availability of this monitoring object.

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

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

Property Value

Type: System::Nullable<DateTime>

Returns the last modified time of the availability of this monitoring object in DateTime object.

For an example of this property, see PartialMonitoringObject.

Return to top
Show: