次の方法で共有


MonitoringAlertResolutionState.ResolutionState Property

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

Gets or sets the resolution state value of the resolution state.

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

Usage

'Usage
Dim instance As MonitoringAlertResolutionState
Dim value As Byte

value = instance.ResolutionState

instance.ResolutionState = value

Syntax

'Declaration
Public Property ResolutionState As Byte
public byte ResolutionState { get; set; }
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 value of the resolution state.

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

MonitoringAlertResolutionState Class
MonitoringAlertResolutionState Members
Microsoft.EnterpriseManagement.Monitoring Namespace