次の方法で共有


MonitoringAlert.ResolutionState Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the resolution state of the alert.

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

Usage

'Usage
Dim instance As MonitoringAlert
Dim value As Byte

value = instance.ResolutionState

instance.ResolutionState = value

Syntax

'Declaration
<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 Value

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

Example

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

Remarks

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

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

MonitoringAlert Class
MonitoringAlert Members
Microsoft.EnterpriseManagement.Monitoring Namespace