IServerSetupFacet.InstallSharedDirectory Property

Gets the directory for shared install information.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("Server_InstallSharedDirectoryDesc")> _
<DisplayNameKeyAttribute("Server_InstallSharedDirectoryName")> _
ReadOnly Property InstallSharedDirectory As String
    Get
'Usage
Dim instance As IServerSetupFacet
Dim value As String

value = instance.InstallSharedDirectory
[DisplayDescriptionKeyAttribute("Server_InstallSharedDirectoryDesc")]
[DisplayNameKeyAttribute("Server_InstallSharedDirectoryName")]
string InstallSharedDirectory { get; }
[DisplayDescriptionKeyAttribute(L"Server_InstallSharedDirectoryDesc")]
[DisplayNameKeyAttribute(L"Server_InstallSharedDirectoryName")]
property String^ InstallSharedDirectory {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_InstallSharedDirectoryDesc")>]
[<DisplayNameKeyAttribute("Server_InstallSharedDirectoryName")>]
abstract InstallSharedDirectory : string
function get InstallSharedDirectory () : String

Property Value

Type: System.String
A String value that specifies the directory for shared install inforamation.