CalculatedAttributeCanCompile Property |
Gets a value indicating whether this instance can compile.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool CanCompile { get; }
Public ReadOnly Property CanCompile As Boolean
Get
public:
property bool CanCompile {
bool get ();
}
member CanCompile : bool with get
Property Value
Type:
Booleantrue if this instance can compile; otherwise,
false.
See Also