MonitoringAlert.ResolutionState Property

Updated: April 16, 2012

Gets the resolution state of the alert. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringAlert Dim value As Byte value = instance.ResolutionState instance.ResolutionState = value<DataMemberAttribute(IsRequired:=True)> _ Public Property ResolutionState As Byte[DataMemberAttribute(IsRequired=true)] public byte ResolutionState { get; set; }[DataMemberAttribute(IsRequired=true)] public: property unsigned char ResolutionState { unsigned char get (); void set (unsigned char value); }/** @property */ public byte get_ResolutionState () /** @property */ public void set_ResolutionState (byte value) public function get ResolutionState () : byte public function set ResolutionState (value : byte) Property ValueReturns a Byte that is the resolution state of the alert.

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


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms