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 the collection.

Comments

To get the specified condition from the 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