GetProductName
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 static string GetProductName()

Parameters
No parameters.

Return value
Returns product name in the string.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

Example
void InitControls()
{
    lProductName.Text = ItpLibraryNetWrapper.GetProductName();
}
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services