Read Team group by id
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function ReadTeam ( _
    teamId As Guid, _
    propertyNameFilters As List(Of String) _
) As TeamFoundationTeam
public TeamFoundationTeam ReadTeam(
    Guid teamId,
    List<string> propertyNameFilters
)
public:
TeamFoundationTeam^ ReadTeam(
    Guid teamId, 
    List<String^>^ propertyNameFilters
)
member ReadTeam : 
        teamId:Guid * 
        propertyNameFilters:List<string> -> TeamFoundationTeam
public function ReadTeam(
    teamId : Guid, 
    propertyNameFilters : List<String>
) : TeamFoundationTeam
Parameters
- teamId
 Type: System.Guid
- 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.TeamFoundationTeam
Team object if group exists and is a team, else null
.NET Framework Security
- 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.