TeamFoundationServiceHost.PhysicalDirectory Property

This is the fully qualified local file system directory that this host is mapped to. If the virtual path is remapped, this directory should represent the remapped location.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property PhysicalDirectory As String
public string PhysicalDirectory { get; }
public:
property String^ PhysicalDirectory {
    String^ get ();
}
member PhysicalDirectory : string with get
function get PhysicalDirectory () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TeamFoundationServiceHost Class

Microsoft.TeamFoundation.Framework.Server Namespace