Ms > Ms Assembly Interfaces > IMsExpressionEdit > IMsExpressionEdit.Expression
Expression: IExpression;
The Expression property determines the expression edited in the MsExpressionEdit component.
To check if the expression is correct, use IExpression.Valid.
The example of use is given in description of the IMsExpressionEdit.AddAttribute method.
See also: