|
GetSupportExpirationProductVersion |
Top Previous Next |
|
This function returns the product version for which support will be expired.
public static String IntelliProtector.GetSupportExpirationProductVersion();
Parameters
No parameters.
Return value
Returns the product version by the license code specified when registering software for which support will be expired.
Requirements
file: IntelliProtector.cs namespace: IntelliProtectorService;
Example
public void ShowSupportExpirationProductVersion() { String version = IntelliProtector.GetSupportExpirationProductVersion(); MessageBox.Show(version); } |
| Copyright © 2011 intelliprotector.com |