Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

UnknownFunctionExpression Properties

An unrecognized function.
Name Description
BracketsCount Gets or sets the number of pairs of parentheses in which the expression is enclosed. Inherited from Expression.
FunctionName Gets or sets the name of the function.
InnerExpressions Gets or sets the expressions used as function arguments. Inherited from FunctionExpressionBase.
IsAddinFunction Gets or sets whether the unrecognized function is the add-in function.
See Also