|
GetRenewalPurchaseLink |
Top Previous Next |
|
This function returns the 'purchase renewal code' link.
public static String IntelliProtector.GetRenewalPurchaseLink();
Parameters
No parameters.
Return value
Returns the 'purchase renewal code' link.
Requirements
file: IntelliProtector.cs namespace: IntelliProtectorService;
Example
public void GetPurchaseRenewalLink() { String renewalCodeLink = IntelliProtector.GetRenewalPurchaseLink(); MessageBox.Show(renewalCodeLink); } |
| Copyright © 2011 intelliprotector.com |