IMonitoringObjectData.AvailabilityLastModified Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)