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