GetActivationLogLicenseInfo
Last updated
ILicenseInfo li = license.GetActivationLogLicenseInfo(webServiceUrl, "A2GM0-50K00-PYU3F-784HH-1U1V5T",
Environment.MachineName, out dataSet out response);
if (li != null)
{
string clientVersion = li.ClientVersion;
int activationCount = li.ActivationCount;
}