GetCustomerName

Top  Previous  Next

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

 

public static String IntelliProtector.GetCustomerName();

 

Parameters

 

 No parameters.        

 

Return value

 

 Returns customer name for the registered software.

 

Requirements

 

 file: IntelliProtector.cs

 namespace: IntelliProtectorService;

 

Example

 

public void ShowCustomerName()

{

 String customerName = IntelliProtector.GetCustomerName();

 MessageBox.Show(customerName);

}

 





Copyright © 2011 intelliprotector.com