[]
Specifies the type of the evaluation result of an ExpressionInfo object.
public enum ExpressionResultType
| Name | Description |
|---|---|
| Binary | Expression results in a Binary type. |
| Boolean | Expression results in a Boolean type. |
| DateTime | Expression results in a DateTime type. |
| Error | Expression results in an Error. |
| Float | Expression results in a Float type. |
| Integer | Expression results in an Integer type. |
| String | Expression results in a String type. |
| Variant | Expression results in a Variant type. |
| VariantArray | Expression results in a Variant Array type. |