IMsCalculationChainBranch.DefaultContents

Syntax

DefaultContents: IMsCalculationChainEntries;

Description

The DefaultContents property returns the branch that is executed if none of the branches from the condition branches collection was executed.

Comments

To get the collection of condition branches, use the IMsCalculationChainBranch.CaseList property.

Example

The property use is given in the example for IMsBranchCondition.ConditionJoin.

See also:

IMsCalculationChainBranch