Share via


MonitoringAlert.ResolutionState Property

Definition

The resolution state of the alert.

public:
 property System::Byte ResolutionState { System::Byte get(); void set(System::Byte value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public byte ResolutionState { get; set; }
member this.ResolutionState : byte with get, set
Public Property ResolutionState As Byte

Property Value

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

Attributes

Exceptions

value not a valid MonitoringAlertResolutionState

Examples

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

Remarks

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

Applies to