TeamFoundationServiceHost.VirtualDirectory Property
This is the virtual directory of the host, relative to the SAP Example: http://charry-dev:8080/Application/Collection Application Host = /Application Collection Host = /Application/Colletion
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property VirtualDirectory As String
public override string VirtualDirectory { get; }
public:
virtual property String^ VirtualDirectory {
String^ get () override;
}
abstract VirtualDirectory : string with get
override VirtualDirectory : string with get
override function get VirtualDirectory () : 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.