RetrieveTeamsSystemUserRequest.ColumnSet Field
Specifies the set of attributes to retrieve for each team.
Syntax
[Visual Basic .NET]
Public Field ColumnSet As ColumnSetBase
[C#]
public ColumnSetBase ColumnSet;
[JScript]
public var ColumnSet : 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