LicensingGuiInitialPassword Property |
Gets or sets the initial password displayed on the license management dialog.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic string InitialPassword { get; set; }
Public Property InitialPassword As String
Get
Set
public:
property String^ InitialPassword {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
RemarksThis initial password is only applied when the InitialLicenseID property is set to a value greater than zero.
See Also