Share via


RetrieveTeamsSystemUserResponse.BusinessEntityCollection Field

banner art

Contains the resulting collection of all teams of which the specified system user (user) is a member of.

Syntax

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

Remarks

By default, the BusinessEntityCollection field contains a collection of instances of the team class. If the ReturnDynamicEntities field was set to true in the request, the BusinessEntityCollection field contains a collection of instances of the DynamicEntity class.

See Also

© 2007 Microsoft Corporation. All rights reserved.