Gets the result expression, set by the latest compilation.
It represents the operator, applied over the input object and parameters.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Expression Result { get; }
Public ReadOnly Property Result As Expression
Get
public:
property Expression^ Result {
Expression^ get ();
}
member Result : Expression with get
Property Value
Type:
Expression
The result expression.
See Also