Partager via


MonitoringAlertResolutionState.ShortcutKey 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 shortcut key 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 String

value = instance.ShortcutKey

instance.ShortcutKey = value

Syntax

'Declaration
Public Property ShortcutKey As String
public string ShortcutKey { get; set; }
public:
property String^ ShortcutKey {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ShortcutKey ()

/** @property */
public void set_ShortcutKey (String value)
public function get ShortcutKey () : String

public function set ShortcutKey (value : String)

Property Value

Returns a String that contains the shortcut key 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