CompilationOperators Property |
Gets the operators.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic IList<Operator> Operators { get; }
Public ReadOnly Property Operators As IList(Of Operator)
Get
public:
property IList<Operator^>^ Operators {
IList<Operator^>^ get ();
}
member Operators : IList<Operator> with get
Property Value
Type:
IListOperator
The operators.
See Also