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