IMonitoringObjectData.StateLastModified 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
public:
property Nullable<DateTime> StateLastModified { Nullable<DateTime> get(); };
public DateTime? StateLastModified { get; }
member this.StateLastModified : Nullable<DateTime>
Public ReadOnly Property StateLastModified As Nullable(Of DateTime)