Each project in the system has it's internal project name and product name.
Project name is used to show it in the control panel, in the protection client.
Product name is user-friendly name and we show it to the client in the pop-ups windows.
Syntax
Public Shared Function GetOrderDate() As DateTime
Parameters
No parameters.
Return value
Returns product name in the string.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lProductName.Text = ItpLibraryNetWrapper.GetProductName()
End
Sub