OperatorParameterInput Property |
Gets the last used input expression, as set by the latest compilation.
It represents the object over which the value of the parameter is calculated.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Expression Input { get; }
Public ReadOnly Property Input As Expression
Get
public:
property Expression^ Input {
Expression^ get ();
}
member Input : Expression with get
Property Value
Type:
Expression
The input.
See Also