The CogResultsAnalysisEvaluationInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ErrorInfo |
The exception generated by the expression when evaluated. This will be
null if the expression evaluated successfully.
| |
| Expression |
The expression in the state it was in at evaluation time.
| |
| Success |
True if the expression evaluated successfully.
| |
| Value |
The value of the expression when evaluated.
|
See Also