RetrieveLicenseCountResponse Class
Specifies the response from the RetrieveLicenseCount message.
The RetrieveLicenseCountResponse class inherits from Response. It exposes the following members.
Constructor | Description |
RetrieveLicenseCountResponse | Initializes a new instance of the RetrieveLicenseCountResponse class. |
Field | Description |
AvailableCount | Specifies the number of available licenses. |
GrantedLicenseCount | Specifies the number of granted licenses. |
See Also