This documentation is archived and is not being maintained.
TfsTeamProjectCollection Properties
Visual Studio 2013
The TfsTeamProjectCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
AuthorizedIdentity | Gets the identity that is authorized to make calls to the server that is running Team Foundation Server. (Inherited from TfsConnection.) |
|
CatalogNode | Gets the CatalogNode for this server. (Overrides TfsConnection::CatalogNode.) |
|
CatalogResourceId | (Inherited from TfsConnection.) |
|
ClientCacheDirectoryForInstance | Gets the path of the directory that is used to cache data from the server that is running Team Foundation Server. (Inherited from TfsConnection.) |
|
ClientCacheDirectoryForUser | The path that should be used to cache user-specific data from this server. Accessing this property will make a server call to retrieve the user information if the server has not been connected. This will look something like this: %LOCALAPPDATA%\Microsoft\Team Foundation\[s_version]\Cache\[userId]\[instanceId]_[scheme] (Inherited from TfsConnection.) |
|
ClientCredentials | Gets the credentials for this project collection. (Inherited from TfsConnection.) |
|
ClientVolatileCacheDirectoryForInstance | The path that should be used to cache instance-specific data from this server that will be removed when the server is removed or connected with a different user. (Inherited from TfsConnection.) |
|
ConfigurationServer | Gets the TfsConfigurationServer for this instance. |
|
ConnectivityFailureOnLastWebServiceCall | Indicates whether the last Web service call issued by this TfsConnection object failed due to a connectivity failure. (Inherited from TfsConnection.) |
|
Credentials | Gets the credentials for this Team Foundation Server instance. (Inherited from TfsConnection.) |
|
Culture | Gets or sets the localization environment that is used by the server that is running Team Foundation Server. (Inherited from TfsConnection.) |
|
DisplayName | If there is only one collection registered with the server this will be just the server name otherwise it will be the same as name. e.g. |
|
HasAuthenticated | Gets the status of a flag that describes whether this TfsConnection instance has successfully authenticated. (Inherited from TfsConnection.) |
|
InstanceId | Gets the GUID that identifies this Team Foundation Server connection. (Inherited from TfsConnection.) |
|
IsHostedServer | Returns true if the server is a Microsoft Azure-hosted Team Foundation Server server (Inherited from TfsConnection.) |
|
Name | Gets the name of the server. (Overrides TfsConnection::Name.) |
|
ServerCapabilities | The capabilities of the TFS server (Inherited from TfsConnection.) |
|
SessionId | Gets the GUID that identifies this instance of the client to the server. (Inherited from TfsConnection.) |
|
TimeZone | Gets or sets the time zone of this Team Foundation Server connection. Used to convert dates and times to UTC. (Inherited from TfsConnection.) |
|
UICulture | The culture that will be used. It defaults to CultureInfo.CurrentUICulture. (Inherited from TfsConnection.) |
|
Uri | Gets the uniform resource identifier (URI) for this Team Foundation Server connection. (Inherited from TfsConnection.) |
Show: