MonitoringAlertHistory.TimeResolutionStateLastModifiedOffset Property
Applies To: Operations Manager for System Center 2012
Gets the time offset, in DateTime format, for the time 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 int TimeResolutionStateLastModifiedOffset { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property int TimeResolutionStateLastModifiedOffset {
int get();
internal: void set(int value);
}
[<DataMemberAttribute(IsRequired = true)>]
member TimeResolutionStateLastModifiedOffset : int with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property TimeResolutionStateLastModifiedOffset As Integer
Get
Friend Set
End Property
Property Value
Type: System.Int32
Returns the time offset in Int32, for the time the resolution state of the alert was modified.
See Also
MonitoringAlertHistory Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top