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
'Declaration
Public Shared ReadOnly Property ToolWindowTitle As String
Get
'Usage
Dim value As String
value = Resources.ToolWindowTitle
public static string ToolWindowTitle { get; }
public:
static property String^ ToolWindowTitle {
String^ get ();
}
static member ToolWindowTitle : string
static function get ToolWindowTitle () : String
Property Value
Type: System.String
Returns String.
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer Namespace