RetrieveTeamsSystemUserRequest.ColumnSet Property
Gets or sets the set of attributes to retrieve for each team.
Syntax
[Visual Basic .NET]
Public Property ColumnSet As ColumnSetBase
[C#]
public ColumnSetBase ColumnSet {get; set;}
Property Value
The value of this property is a ColumnSetBase type.
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. If the column set includes attributes that are not valid for retrieve, they will be ignored.
Requirements
Web Service: CrmService
See Also
Reference
© 2009 Microsoft Corporation. All rights reserved.