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.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic int LicenseManagementActionsAllowed { get; set; }
Public Property LicenseManagementActionsAllowed As Integer
Get
Set
public:
property int LicenseManagementActionsAllowed {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also