This function obtains version of the protection core.
Syntax
Public Shared Function GetIntelliProtectorVersion() As String
Parameters
No parameters.
Return value
Returns version of the protection
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lIntelliProtectorVersion.Text = ItpLibraryNetWrapper.GetIntelliProtectorVersion()
End
Sub