RegisterNewPassword Property |
Gets or sets the customer's new password (leave empty unless you need to reset the customer's password).
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string NewPassword { get; set; }
Public Property NewPassword As String
Get
Set
public:
property String^ NewPassword {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Remarks Caution |
---|
Resetting the customer's password will impact any License IDs under that customer record, which will all
then be required to use the new password. |
See Also