|
Licensing Properties |
The Licensing type exposes the following members.
Properties | Name | Description |
---|
| IsLicenseChecked |
True after the license has been checked.
|
| IsLicenseValid |
True when the license is valid.
Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
|
| IsTrialLicense |
True when the license is a trial license. See also TrialExpirationDate to get the trial expiration date.
Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
|
| LicenseOwner |
Gets the owner of the license that was set by calling the SetLicense(String, String, String, String) method.
|
| LicenseType |
Gets the license type that was set by calling the SetLicense(String, String, String, String) method.
|
| Platforms |
Gets the platforms that was set by calling the SetLicense(String, String, String, String) method.
|
| TrialExpirationDate |
When trial license is used (IsTrialLicense is true), then this property provides trial expiration date.
When trial is not used, then DateTime.MaxValue is get.
Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
|
| UpdatesTimeLimit |
DateTime that specifies the date until when the updates for the product can be used.
The product versions that are released after that date are not available without renewing the updates subscription (see User Account web page for more info).
Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
|
TopSee Also