LicensingGuiApplicationLicense Property |
Gets or sets the application's
License.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic License ApplicationLicense { get; set; }
Public Property ApplicationLicense As License
Get
Set
public:
property License^ ApplicationLicense {
License^ get ();
void set (License^ value);
}
Property Value
Type:
License
See Also