MonitoringAlertResolutionState.ResolutionState Property

Updated: April 16, 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)Dim instance As MonitoringAlertResolutionState Dim value As Byte value = instance.ResolutionState instance.ResolutionState = valuePublic Property ResolutionState As Bytepublic 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 ValueReturns a Byte that is the resolution state value of the resolution state.
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