Share via


MonitoringAlertResolutionState.ResolutionState Property

 

Applies To: Operations Manager for System Center 2012

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

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

Syntax

public byte ResolutionState { get; set; }
public:
property unsigned char ResolutionState {
    unsigned char get();
    void set(unsigned char value);
}
member ResolutionState : byte with get, set
Public Property ResolutionState As Byte

Property Value

Type: System.Byte

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

See Also

MonitoringAlertResolutionState Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top