This documentation is archived and is not being maintained.
LocationServiceData Class
Visual Studio 2013
Data transfer class used to transfer data about the location service data over the web service.
Namespace: Microsoft.TeamFoundation.Server.Core.Location
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
The LocationServiceData type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AccessMappings | Data about the access mappings contained by this location service. |
![]() | AccessPointsDoNotIncludeWebAppRelativeDirectory | This is because of a bug that was introduced in Rosario Beta1. An access point used to be of the form http://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. |
![]() | ClientCacheFresh | True if the server thinks the client cache is fresh based on the passed up value. |
![]() | DefaultAccessMappingMoniker | The id for the last change that took place on the server. |
![]() | LastChangeId | The id for the last change that took place on the server. |
![]() | ServiceDefinitions | Data about the service definitions contained by this location service. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
