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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.