DeveloperLicenseiValidationError Property |
If you supply invalid developer license, you'll see the validation error here
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public string iValidationError { get; }
Public ReadOnly Property iValidationError As String
Get
public:
property String^ iValidationError {
String^ get ();
}
member iValidationError : string with get
Property Value
Type:
StringReturn Value
Type:
StringError message when developer license validation fails
Remarks The "i" named functions are here to allow access to static members in COM applications. In .NET applications you can call static methods directly and don't need to instantiate this class.
See Also