IMsBranchConditions.Add

Fore Syntax

Add(Type: MsBranchConditionType): IMsBranchCondition;

Fore.NET Syntax

Add(Type: Prognoz.Platform.Interop.Ms.MsBranchConditionType): Prognoz.Platform.Interop.Ms.IMsBranchCondition;

Parameters

Type. Type of added condition.

Description

The Add method adds a condition to collection.

Comments

To get specified condition from collection, use the IMsBranchConditions.Item property.

Fore and Fore.NET Examples

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

See also:

IMsBranchConditions