Share via


RetrieveDeploymentLicensesResponse.Entities Field

banner art

Contains the resulting collection of all licenses for a deployment (installation of Microsoft CRM).

Syntax

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

Remarks

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

See Also

© 2007 Microsoft Corporation. All rights reserved.