Share via


LocationServiceData.AccessPointsDoNotIncludeWebAppRelativeDirectory Property

This is because of a bug that was introduced in Visual Studio 2010 Beta. An access point used to be of this form: https://server:8080/tfs/Collection0. It is much less work and more correct not to store the collection vdir on the access point.

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

Syntax

'Declaration
Public Property AccessPointsDoNotIncludeWebAppRelativeDirectory As Boolean
public bool AccessPointsDoNotIncludeWebAppRelativeDirectory { get; set; }
public:
property bool AccessPointsDoNotIncludeWebAppRelativeDirectory {
    bool get ();
    void set (bool value);
}
member AccessPointsDoNotIncludeWebAppRelativeDirectory : bool with get, set
function get AccessPointsDoNotIncludeWebAppRelativeDirectory () : boolean 
function set AccessPointsDoNotIncludeWebAppRelativeDirectory (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

LocationServiceData Class

Microsoft.TeamFoundation.Framework.Server Namespace