Gets or sets the Approve/Reject Description used to annotate why the package list was approved or rejected.
object.Description = [value]
CaWApprove
value - A string that sets the Approve/Reject description.
The Description defaults to a null string.
Example
Dim objApprove Set objApprove = objContext.GetApprove() objApprove.Description = “I approve this package” strDescription = objApprove.Description
| Copyright © 2013 CA. All rights reserved. |
|