ProcessNodeEventIsCompensation Property |
True if this is compensation event. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsCompensation { get; set; }
Public Property IsCompensation As Boolean
Get
Set
public:
property bool IsCompensation {
bool get ();
void set (bool value);
}
member IsCompensation : bool with get, set
Property Value
Type:
Boolean
See Also