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
Syntaxpublic Compilation Compilation { get; set; }
Public Property Compilation As Compilation
Get
Set
public:
property Compilation^ Compilation {
Compilation^ get ();
void set (Compilation^ value);
}
member Compilation : Compilation with get, set
Property Value
Type:
Compilation
The compilation.
See Also