Click or drag to resize
LicensingGuiLicenseManagementActionsAllowed Property
Gets or sets the license management actions allowed. You may manually add the integer values from the LicenseManagementActionTypes enumeration and add select values together to only enable certain actions, or you may use one of the enumeration's masks (such as All or None).

Namespace: com.softwarekey.Client.Gui
Assembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax
public int LicenseManagementActionsAllowed { get; set; }

Property Value

Type: Int32
See Also