HostProperties.VirtualDirectory Property

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

Syntax

'Declaration
Public Property VirtualDirectory As String
public string VirtualDirectory { get; set; }
public:
property String^ VirtualDirectory {
    String^ get ();
    void set (String^ value);
}
member VirtualDirectory : string with get, set
function get VirtualDirectory () : String 
function set VirtualDirectory (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

HostProperties Class

Microsoft.TeamFoundation.Framework.Server Namespace