Method returns the current product version specified during protection.
Syntax
public static string GetCurrentProductVersion()
Parameters
No parameters.
Return value
Returns product version.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
lCurrentPPVersion.Text = ItpLibraryNetWrapper.GetCurrentProductVersion();
}