Share via


SfcDomainInfo.PSDriveName Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property PSDriveName As String 
    Get 
    Friend Set
'Usage
Dim instance As SfcDomainInfo 
Dim value As String 

value = instance.PSDriveName
public string PSDriveName { get; internal set; }
public:
property String^ PSDriveName {
    String^ get ();
    internal: void set (String^ value);
}
member PSDriveName : string with get, internal set
function get PSDriveName () : String 
internal function set PSDriveName (value : String)

Property Value

Type: System.String
A value that represents the name of the specified PSDrive.

See Also

Reference

SfcDomainInfo Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace