This function returns the 'purchase renewal code' link. It is used in the pop-ups by Purchase (renewal code) button.
Syntax
Public Shared Function GetRenewalPurchaseLink() As String
Parameters
No parameters.
Return value
Returns the 'purchase renewal code' link.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lRenewLicenseLink.Text = ItpLibraryNetWrapper.GetRenewalPurchaseLink()
End
Sub