This function retrieves the buy now link, which is specified in the IntelliProtector project. The buy now link is used in pop-up windows by Purchase button
Syntax
Public Shared Function GetBuyNowLink() As String
Parameters
No parameters.
Return value
Returns the buy now link.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lBuyNowLink.Text = ItpLibraryNetWrapper.GetBuyNowLink()
End
Sub