Share via


MonitoringAlertHistory.ResolutionState Property

 

Applies To: Operations Manager for System Center 2012

Gets the resolution state of the alert.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public byte ResolutionState { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property unsigned char ResolutionState {
    unsigned char get();
    internal: void set(unsigned char value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ResolutionState : byte with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property ResolutionState As Byte
    Get
    Friend Set
End Property

Property Value

Type: System.Byte

Returns a Byte that is the resolution state of the alert.

See Also

MonitoringAlertHistory Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top