Previous Topic: GetDemote Method

Next Topic: GetCreatePackage Method


GetApprove Method

Retrieve the current CA Harvest SCM Approve object.

Syntax

object.GetApprove()

Owning Class

CaWContext

Arguments

None

Return Value

A CaWApprove object that represents the current Approve object if set, null if not set or error.

Example

Dim objApprove
Set objApprove = objContext.GetApprove()
If objApprove Is Nothing Then
msgbox “Can't get approve object.”, vbOKonly + vbExclamation, “GetApprove”
End If

More information: