LicensingGuiTriggerCodesRequirePassword Property |
Gets or sets whether or not users will be required to enter a password when activating via the manual exchange of trigger/activation codes. Requiring a password will also require a License ID.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic bool TriggerCodesRequirePassword { get; set; }
Public Property TriggerCodesRequirePassword As Boolean
Get
Set
public:
property bool TriggerCodesRequirePassword {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also