RegistrationFormConfigurationDisableAutomaticOnlineActivation Property |
If set to true, registration form won't try to retrieve online license automatically.
Namespace:
TreeksLicensingLibrary2.EasyIntegration
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public bool DisableAutomaticOnlineActivation { get; set; }
Public Property DisableAutomaticOnlineActivation As Boolean
Get
Set
public:
property bool DisableAutomaticOnlineActivation {
bool get ();
void set (bool value);
}
member DisableAutomaticOnlineActivation : bool with get, set
Return Value
Type:
BooleanSee Also