Previous Topic: GetDemoteName Method

Next Topic: GetCreatePackageName Method


GetApproveName Method

Retrieves the name of the current CA Harvest SCM Approve.

Syntax

object.GetApproveName()

Owning Class

CaWContext

Arguments

None

Return Value

A string that represents the Approve name if set, empty string if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strApproveName = objContext.GetApproveName()

More information: