LicenseAliasValidationOverwriteOlder Property |
Gets or sets whether or not the license file and other aliases should be overwritten if an alias appears to be newer (true by default).
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool OverwriteOlder { get; set; }
Public Property OverwriteOlder As Boolean
Get
Set
public:
property bool OverwriteOlder {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also