This function obtains version of the protection core.
Syntax
public static string GetIntelliProtectorVersion()
Parameters
No parameters.
Return value
Returns version of the protection.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
lIntelliProtectorVersion.Text = ItpLibraryNetWrapper.GetIntelliProtectorVersion();
}