Gets the maintenance plan renewal date given a computer key.
C#: DateTime GetMaintenancePlanRenewalDateByComputerKey (string webServiceUrl, string computerKey)
Parameters
webServiceUrl - URL to the QLM License Server.
computerKey - the computer key of the record.
Note that the date returned is a UTC date. In the event the maintenance plan date is not set, the return value is set to DateTime.MinValue which is Jan 1 0001.
Comments
0 comments
Article is closed for comments.