Share via


Resources.ToolWindowTitle Property

 

This class supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer (in Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer.dll)

Syntax

public static string ToolWindowTitle { get; }
public:
property String^ ToolWindowTitle {
    static String^ get();
}
static member ToolWindowTitle : string with get
Public Shared ReadOnly Property ToolWindowTitle As String

Property Value

Type: System.String

Returns String.

See Also

Resources Class
Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer Namespace

Return to top