WritableLicenseActivationPassword Property |
Gets or sets the activation password, which is usually randomly generated by SOLO Server.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override string ActivationPassword { get; set; }
Public Overrides Property ActivationPassword As String
Get
Set
public:
virtual property String^ ActivationPassword {
String^ get () override;
void set (String^ value) override;
}
Property Value
Type:
String
See Also