MonitoringAlertHistory.TimeResolutionStateLastModified 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 time the resolution state of the alert was modified to generate this alert history entry.
public:
property DateTime TimeResolutionStateLastModified { DateTime get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public DateTime TimeResolutionStateLastModified { get; }
member this.TimeResolutionStateLastModified : DateTime
Public ReadOnly Property TimeResolutionStateLastModified As DateTime
Property Value
Returns the time in DateTime, the resolution state of the alert was modified.
- Attributes