Share via


RetrieveMembersTeamRequest.MemberColumnSet Field

banner art

Specifies the set of attributes to retrieve for each member.

Syntax

[Visual Basic .NET]
Public Field MemberColumnSet As ColumnSetBase
[C#]
public ColumnSetBase MemberColumnSet;
[JScript]
public var MemberColumnSet : ColumnSetBase;

Remarks

The primary key for the entity is always included in the results. Pass null to retrieve only the primary key. To retrieve all attributes, pass a new instance of the AllColumns class.

See Also

© 2007 Microsoft Corporation. All rights reserved.