ActionsPaneExtendedItem.Description Property

 

Gets or sets the status bar text.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public string Description { get; set; }
public:
property String^ Description {
    String^ get();
    void set(String^ value);
}
member Description : string with get, set
Public Property Description As String

Property Value

Type: System.String

A string that specifies the text for the status bar.

See Also

ActionsPaneExtendedItem Class
Microsoft.ManagementConsole Namespace

Return to top