Click or drag to resize

OperatorCompilation Property

Gets or sets the compilation to which this operator belongs.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Compilation Compilation { get; set; }

Property Value

Type: Compilation
The compilation.
See Also