|
GetRenewalPurchaseLink |
Top Previous Next |
|
This function returns the 'purchase renewal code' link.
Public Shared Function GetRenewalPurchaseLink() As [String]
Parameters
No parameters.
Return value
Returns the 'purchase renewal code' link.
Requirements
file: IntelliProtector.vb
Example
Public Sub GetPurchaseRenewalLink() Dim renewalCodeLink As [String] = IntelliProtectorService.IntelliProtector.GetRenewalPurchaseLink() System.Windows.Forms.MessageBox.Show(renewalCodeLink) End Sub
|
| Copyright © 2011 intelliprotector.com |