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