ActionsPaneExtendedItem.DisplayName Property
Gets or sets the display name for the action. If the MnemonicDisplayName property is not empty, it is used instead of the DisplayName property for UI that supports mnemonics.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string DisplayName { get; set; }
public:
property String^ DisplayName {
String^ get();
void set(String^ value);
}
member DisplayName : string with get, set
Public Property DisplayName As String
Property Value
Type: System.String
A string that specifies the display name.
See Also
ActionsPaneExtendedItem Class
Microsoft.ManagementConsole Namespace
Return to top