Gets or sets the expression representing the input object.
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; set; }
Public Property Input As Expression
Get
Set
public:
property Expression^ Input {
Expression^ get ();
void set (Expression^ value);
}
member Input : Expression with get, set
Property Value
Type:
Expression
The expression representing the input object.
See Also