This documentation is archived and is not being maintained.
TfsTeamService::ReadTeam Method (IdentityDescriptor, List<String>)
Visual Studio 2013
Read Team group by descriptor
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
TeamFoundationTeam^ ReadTeam(
IdentityDescriptor^ descriptor,
List<String^>^ propertyNameFilters
)
Parameters
- descriptor
- Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
- propertyNameFilters
- Type: System.Collections.Generic::List<String>
specifies extended properties to read, refer Prpoperty Service API. Set to null to read all properties.
Return Value
Type: Microsoft.TeamFoundation.Client::TeamFoundationTeamTeam object if group exists and is a team, else null
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: