Public Shared Function CheckLicense( _ ByVal userName As String, _ ByVal licenseKey As String _ ) As Boolean
Dim userName As String Dim licenseKey As String Dim value As Boolean value = LicenseChecker.CheckLicense(userName, licenseKey)
public static bool CheckLicense( string userName, string licenseKey )
public: static bool CheckLicense( String^ userName, String^ licenseKey )
Parameters
- userName
- licenseKey