SetMaintenancePlanRenewalDate

Description

Sets the maintenance plan renewal date. It is recommended to set a UTC date.

Note that to call this function, you must:

  • Set the AdminEncryptionKey

bool SetMaintenancePlanRenewalDate (string webServiceUrl, string activationKey, 
                                    DateTime maintenancePlanRenewalDate, 
                                    out string errorMessage)

Parameters

Return

Last updated