Method returns the current product version specified during protection.
Syntax
Public Shared Function GetCurrentProductVersion() As String
Parameters
No parameters.
Return value
Returns product version.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lCurrentPPVersion.Text = ItpLibraryNetWrapper.GetCurrentProductVersion()
End
Sub