GetCustomerName

Top  Previous  Next

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

 

Public Shared Function GetCustomerName() As [String]

 

Parameters

 

 No parameters.        

 

Return value

 

 Returns customer name for the registered software.

 

Requirements

 

 file: IntelliProtector.vb

 

Example

 

Public Sub ShowCustomerName()

    Dim customerName As [String] = IntelliProtectorService.IntelliProtector.GetCustomerName()

    System.Windows.Forms.MessageBox.Show(customerName)

End Sub

 





Copyright © 2011 intelliprotector.com