Previous Topic: Approve Property

Next Topic: Execute Method


Description Property

Gets or sets the Approve/Reject Description used to annotate why the package list was approved or rejected.

Syntax

object.Description = [value]

Owning Class

CaWApprove

Arguments

value - A string that sets the Approve/Reject description.

Notes

The Description defaults to a null string.

Example

Dim objApprove
Set objApprove = objContext.GetApprove()
objApprove.Description = “I approve this package”
 strDescription = objApprove.Description