LicensingGuiAllowManualActivation Property |
Gets or sets whether or not a user may activate manually using the license management dialog.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic bool AllowManualActivation { get; set; }
Public Property AllowManualActivation As Boolean
Get
Set
public:
property bool AllowManualActivation {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also