Share via


LocationServiceData.AccessPointsDoNotIncludeWebAppRelativeDirectory Property

This is because of a bug that was introduced in Rosario Beta1. An access point used to be of the form https://server:8080/tfs/Collection0. We have decided that it is much less work and more correct to not store the collection vdir on the access point and have the client construct it properly. When we no longer support Rosario Beta 1 clients then we can remove the addition of the collection virtual directory to the access point in the LocationWebService class. At that time this value should be set to true so that the new clients know how to handle the access points.

Namespace:  Microsoft.TeamFoundation.Server.Core.Location
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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

.NET Framework Security

See Also

Reference

LocationServiceData Class

Microsoft.TeamFoundation.Server.Core.Location Namespace