LocationServiceData Class

Data transfer class used to transfer data about the location service data over the web service.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.LocationServiceData

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

Syntax

'Declaration
<ClassVisibilityAttribute(ClientVisibility.Internal)> _
Public Class LocationServiceData
[ClassVisibilityAttribute(ClientVisibility.Internal)]
public class LocationServiceData
[ClassVisibilityAttribute(ClientVisibility::Internal)]
public ref class LocationServiceData
[<ClassVisibilityAttribute(ClientVisibility.Internal)>]
type LocationServiceData =  class end
public class LocationServiceData

The LocationServiceData type exposes the following members.

Properties

  Name Description
Public property AccessMappings Data about the access mappings that are contained by this location service.
Public property AccessPointsDoNotIncludeWebAppRelativeDirectory 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.
Public property ClientCacheFresh True if the server thinks the client cache is fresh based on the passed up value.
Public property DefaultAccessMappingMoniker The ID for the last change that occurred on the server.
Public property LastChangeId The ID for the last change that occurred on the server.
Public property ServiceDefinitions Data about the service definitions that are contained by this location service.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace