GetCustomerName
Method retrieves customer's name, which is specified during purchase process.

Syntax
public static string GetCustomerName()

Parameters
No parameters.

Return value
Returns customer name for the registered software.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

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