InfoCheckPassword Property |
Gets or sets the password (optional). This may be set to the activation password assigned to the license, or the customer password, in SOLO Server.
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string Password { get; set; }
Public Property Password As String
Get
Set
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
RemarksWhen a value is specified, it will be validated by SOLO Server. When validation fails,
the result code returned by SOLO Server is 100.
See Also