Previous Topic: GetCheckPackageDependencies Method

Next Topic: Execute Method


GetCheckPackageGroupBind Method

Gets the current value of the Check Package Group Bind flag.

Syntax

object.GetCheckPackageGroupBind()

Owning Class

CaWPromote

Arguments

None

Return Value

A boolean - Current value of flag.

Example

Dim objPromote
Set objPromote = objContext.GetPromote()
blnRet = objPromote.GetCheckPackageGroupBind();

More information: