MonitoringState.LastTimeModified 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.
The last time the state was modified. Null if the state was never initialized.
public:
property Nullable<DateTime> LastTimeModified { Nullable<DateTime> get(); };
public DateTime? LastTimeModified { get; }
member this.LastTimeModified : Nullable<DateTime>
Public ReadOnly Property LastTimeModified As Nullable(Of DateTime)
Property Value
Returns the last time DateTime that the monitoring state was modified.