PartialMonitoringObject.AvailabilityLastModified Property

Definition

Last modified time of the availability of this monitoring object.

public:
 property Nullable<DateTime> AvailabilityLastModified { Nullable<DateTime> get(); };
public DateTime? AvailabilityLastModified { get; }
member this.AvailabilityLastModified : Nullable<DateTime>
Public ReadOnly Property AvailabilityLastModified As Nullable(Of DateTime)

Property Value

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.

Applies to