RetrieveLicenseCountRequest Class
Specifies the parameters needed to retrieve the number of licenses for a deployment (installation of Microsoft CRM).
The RetrieveLicenseCountRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RetrieveLicenseCountRequest | Initializes a new instance of the RetrieveLicenseCountRequest class. |
Field | Description |
OrganizationId | Specifies the ID of the organization. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also