This documentation is archived and is not being maintained.
TeamFoundationTeam::GetMembers Method
Visual Studio 2013
Get team member identities.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: array<TeamFoundationIdentity^>^ GetMembers( TfsConnection^ tfs, MembershipQuery queryMembership )
Parameters
- queryMembership
- Type: Microsoft.TeamFoundation.Framework.Common::MembershipQuery
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client::TeamFoundationIdentity>Member identities
- 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: