MonitoringAlertHistory.TimeModified Property
Applies To: Operations Manager for System Center 2012
Gets the time, in DateTime format, the alert was modified to generate the history.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public DateTime TimeModified { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property DateTime TimeModified {
DateTime get();
internal: void set(DateTime value);
}
[<DataMemberAttribute(IsRequired = true)>]
member TimeModified : DateTime with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property TimeModified As Date
Get
Friend Set
End Property
Property Value
Type: System.DateTime
Returns the time in DateTime the alert was modified to generate the history.
See Also
MonitoringAlertHistory Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top