Share via


ConnectionData.WebApplicationRelativeDirectory Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ConnectionData Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace