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

CaWDemote

Arguments

None

Return Value

A boolean - Current value of flag.

Example

Dim objDemote
objDemote = objContext.GetDemote()
blnRet = objDemote.GetCheckPackageGroupBind()

More information: