RetrieveDeploymentLicensesRequest Class
Specifies the parameters needed to retrieve the licenses for a deployment (installation of Microsoft CRM).
The RetrieveDeploymentLicensesRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RetrieveDeploymentLicensesRequest | Initializes a new instance of the RetrieveDeploymentLicensesRequest class. |
Field | Description |
OrganizationId | Specifies the ID of the organization. |
ReturnDynamicEntities | Specifies whether the result of the operation contains a collection of instances of the license class or the DynamicEntity class. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also