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