WorkbenchHelpers.InstallDirectory Property

Gets the directory where the workbench is installed.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
Public Shared ReadOnly Property InstallDirectory As String
    Get
'Usage
Dim value As String

value = WorkbenchHelpers.InstallDirectory
public static string InstallDirectory { get; }
public:
static property String^ InstallDirectory {
    String^ get ();
}
static member InstallDirectory : string
static function get InstallDirectory () : String

Property Value

Type: System.String
A string that represents the directory where the workbench is installed.