|
GetBuyNowLink |
Top Previous Next |
|
This function retrieves the buy now link, which is specified in the IntelliProtector project.
Public Shared Function GetBuyNowLink() As [String]
Parameters
No parameters
Return value
Returns the buy now link.
Requirements
file: IntelliProtector.vb
Example
Public Sub ShowBuyNowLink() Dim buyNowLink As [String] = IntelliProtectorService.IntelliProtector.GetBuyNowLink() MessageBox.Show(buyNowLink) End Sub |
| Copyright © 2011 intelliprotector.com |