View.DescriptionBarText Property

 

Gets or sets the text that appears on the description bar for the view that follows the scope node display name in the description bar.

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

Syntax

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

Property Value

Type: System.String

The description bar text

See Also

View Class
Microsoft.ManagementConsole Namespace

Return to top