Share via


MonitoringState.LastTimeModified Property

Definition

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.

Applies to