MonitoringAlert.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; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property unsigned char ResolutionState {
    unsigned char get();
    void set(unsigned char value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ResolutionState : byte with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property ResolutionState As Byte

Property Value

Type: System.Byte

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

Remarks

Closing an Active Alert changes this ResolutionState property value from zero to 255. Changing the ResolutionState property updates the TimeResolutionStateLastModified property.

Examples

For an example, see How to Display Operations Manager Data.

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top