IMsExpressionEdit.Expression

Syntax

Expression: IExpression;

Description

The Expression property determines expression edited in the MsExpressionEditcomponent.

Comments

To check whether the expression is correct, use IExpression.Valid.

Example

The example of use is given in description of the IMsExpressionEdit.AddAttribute method.

See also:

IMsExpressionEdit