UpdateCheckVerifyLicenseExpirationDate Property |
Gets or sets whether or not the License ID's expiration date will be validated. (The default value is false.)
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool VerifyLicenseExpirationDate { get; set; }
Public Property VerifyLicenseExpirationDate As Boolean
Get
Set
public:
property bool VerifyLicenseExpirationDate {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also