PartialMonitoringObject.AvailabilityLastModified Property
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)
Syntax
public Nullable<DateTime> AvailabilityLastModified { get; }
public:
property Nullable<DateTime> AvailabilityLastModified {
Nullable<DateTime> get();
}
member AvailabilityLastModified : Nullable<DateTime> with get
Public ReadOnly Property AvailabilityLastModified As Nullable(Of Date)
Property Value
Type: System.Nullable<DateTime>
Returns the last modified time of the availability of this monitoring object in DateTime object.
Examples
For an example of this property, see PartialMonitoringObject.
See Also
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top