GetLicenses Method of ServerManager Object (Web Services API)
This method returns a list of available licenses on the server with the specified location.
C# Syntax
LicenseInfo[] GetLicenses(
string serverLocation
);
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
Return Value
An array of LicenseInfo objects representing the licenses available on the server with specified location (serverLocation).
See also
3/26/2024 1:49:49 PM