Share via


RetrieveResponse.BusinessEntity Field

banner art

Contains the entity instance that has the ID specified in the target of the retrieve request.

Syntax

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

Remarks

By default, the BusinessEntity field contains an instance of class for the type of entity being retrieved. If the ReturnDynamicEntities field was set to true in the request, the BusinessEntity field contains an instance of the DynamicEntity class.

See Also

© 2007 Microsoft Corporation. All rights reserved.