Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the mnemonic display name for the action. If available, this value is used in UI that supports mnemonics, such as menus and actions panes.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string MnemonicDisplayName { get; set; }
public:
property String^ MnemonicDisplayName {
String^ get();
void set(String^ value);
}
member MnemonicDisplayName : string with get, set
Public Property MnemonicDisplayName As String
Property Value
Type: System.String
A string that specifies the mnemonic display name.
See Also
ActionsPaneExtendedItem Class
Microsoft.ManagementConsole Namespace
Return to top