DeveloperLicenseiValidateDeveloperLicense Method |
Validates DeveloperLicenseContent property content. Use this to check if you supplied valid license.
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public bool iValidateDeveloperLicense()
Public Function iValidateDeveloperLicense As Boolean
public:
bool iValidateDeveloperLicense()
member iValidateDeveloperLicense : unit -> bool
Return Value
Type:
BooleanTrue if correct developer license was supplied
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