LicensingGuiInitialLicenseID Property |
Gets or sets the initial License ID displayed on the license management dialog.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic int InitialLicenseID { get; set; }
Public Property InitialLicenseID As Integer
Get
Set
public:
property int InitialLicenseID {
int get ();
void set (int value);
}
Property Value
Type:
Int32
RemarksWhen this property is set to a value greater than zero, the license management dialog will always show this License ID.
See Also