This documentation is archived and is not being maintained.
TeamFoundationTeam Class
Visual Studio 2013
This is a wrapper class for a Team identity that makes it convenient for working with properties. It also provides helper methods to create, update, query and read Teams on server.
System.Object
Microsoft.TeamFoundation.Framework.Server.IdentityPropertiesView
Microsoft.TeamFoundation.Server.Core.TeamFoundationTeam
Microsoft.TeamFoundation.Framework.Server.IdentityPropertiesView
Microsoft.TeamFoundation.Server.Core.TeamFoundationTeam
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
The TeamFoundationTeam type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Description | |
![]() | EffectiveNamespace | Effective property name prefix for view property methods. Its value is: Namespace + NamespaceSuffix (Inherited from IdentityPropertiesView.) |
![]() | Identity | (Inherited from IdentityPropertiesView.) |
![]() | Name | Gets or sets the team's name. |
![]() | Namespace | (Overrides IdentityPropertiesView.Namespace.) |
![]() | NamespaceSuffix | Extra namespace modifier for view customization (Inherited from IdentityPropertiesView.) |
![]() | Project | Gets or sets the team Project URI. |
| Name | Description | |
|---|---|---|
![]() | ClearPropertiesUnder(String) | (Inherited from IdentityPropertiesView.) |
![]() | ClearPropertiesUnder(IdentityPropertyScope, String) | (Inherited from IdentityPropertiesView.) |
![]() | ClearViewProperties | (Inherited from IdentityPropertiesView.) |
![]() | ClearViewProperties(IdentityPropertyScope) | (Inherited from IdentityPropertiesView.) |
![]() | EnsureIdentityAndProperties | (Inherited from IdentityPropertiesView.) |
![]() | 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.) |
![]() | GetProperties | Property bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names. (Inherited from IdentityPropertiesView.) |
![]() | GetProperties(IdentityPropertyScope) | Property bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names. (Inherited from IdentityPropertiesView.) |
![]() | GetPropertiesStartsWith(String) | (Inherited from IdentityPropertiesView.) |
![]() | GetPropertiesStartsWith(IdentityPropertyScope, String) | (Inherited from IdentityPropertiesView.) |
![]() | GetProperty(String) | Property accessor. Will throw if not found. (Inherited from IdentityPropertiesView.) |
![]() | GetProperty(IdentityPropertyScope, String) | Property accessor. Will throw if not found. (Inherited from IdentityPropertiesView.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetViewProperties | Property bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names. (Inherited from IdentityPropertiesView.) |
![]() | GetViewProperties(IdentityPropertyScope) | Property bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names. (Inherited from IdentityPropertiesView.) |
![]() | GetViewProperty(String) | Gets a property value with the view namespace. (Inherited from IdentityPropertiesView.) |
![]() | GetViewProperty(IdentityPropertyScope, String) | Gets a property value with the view namespace. (Inherited from IdentityPropertiesView.) |
![]() | GetViewPropertyFilters | (Overrides IdentityPropertiesView.GetViewPropertyFilters.) |
![]() | Initialize(TeamFoundationRequestContext, IdentityPropertiesView, String) | (Inherited from IdentityPropertiesView.) |
![]() | Initialize(TeamFoundationRequestContext, Guid, String) | (Inherited from IdentityPropertiesView.) |
![]() | Initialize(TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable(Of String), String, IdentityPropertyScope) | (Inherited from IdentityPropertiesView.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MergePropertyFilters | (Inherited from IdentityPropertiesView.) |
![]() | RemoveProperty(String) | Remove property, if it exists. (Inherited from IdentityPropertiesView.) |
![]() | RemoveProperty(IdentityPropertyScope, String) | Remove property, if it exists. (Inherited from IdentityPropertiesView.) |
![]() | RemoveViewProperty(String) | Remove view property, if it exists. (Inherited from IdentityPropertiesView.) |
![]() | RemoveViewProperty(IdentityPropertyScope, String) | Remove view property, if it exists. (Inherited from IdentityPropertiesView.) |
![]() | SetProperty(String, Object) | Sets a property, will overwrite if already set. (Inherited from IdentityPropertiesView.) |
![]() | SetProperty(IdentityPropertyScope, String, Object) | Sets a property, will overwrite if already set. (Inherited from IdentityPropertiesView.) |
![]() | SetViewProperty(String, Object) | Sets a property value with the view namespace. (Inherited from IdentityPropertiesView.) |
![]() | SetViewProperty(IdentityPropertyScope, String, Object) | Sets a property value with the view namespace. (Inherited from IdentityPropertiesView.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetProperty(String, Object) | Property accessor. Will return null if not found. (Inherited from IdentityPropertiesView.) |
![]() | TryGetProperty(IdentityPropertyScope, String, Object) | (Inherited from IdentityPropertiesView.) |
![]() | TryGetViewProperty(String, Object) | Try get a property value with the view namespace. (Inherited from IdentityPropertiesView.) |
![]() | TryGetViewProperty(IdentityPropertyScope, String, Object) | Try get a property value with the view namespace. (Inherited from IdentityPropertiesView.) |
![]() | Update | Persist Team updates. (Inherited from IdentityPropertiesView.) |
Show:
