다음을 통해 공유


ActionDescription.MnemonicDisplayName Property

Gets or sets the mnemonic display string for the action.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As ActionDescription
Dim value As String

value = instance.MnemonicDisplayName

instance.MnemonicDisplayName = value

Syntax

'Declaration
<XmlAttributeAttribute("MnemonicDisplayName")> _
Public Property MnemonicDisplayName As String
[XmlAttributeAttribute("MnemonicDisplayName")] 
public string MnemonicDisplayName { get; set; }
[XmlAttributeAttribute(L"MnemonicDisplayName")] 
public:
property String^ MnemonicDisplayName {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_MnemonicDisplayName ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_MnemonicDisplayName (String value)
DebuggerStepThroughAttribute 
public function get MnemonicDisplayName () : String

DebuggerStepThroughAttribute 
public function set MnemonicDisplayName (value : String)

Property Value

Mnemonic display string.

Remarks

The mnemonic display string is used in a user interface item that supports mnemonics, for example, a menu or an action pane.

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 Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace