LicensingGuiIsInstallationNameEnabled Property |
Gets or sets the if the Installation Name edit box is enabled or disabled. If disabled, the user is not able to enter an Installation Name.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic bool IsInstallationNameEnabled { get; set; }
Public Property IsInstallationNameEnabled As Boolean
Get
Set
public:
property bool IsInstallationNameEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also