ScheduledDocumentEventCancelled Property |
When true, specifies that this document event has been cancelled (either manually or in respect to another event) and will not be executed. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool Cancelled { get; set; }
Public Property Cancelled As Boolean
Get
Set
public:
property bool Cancelled {
bool get ();
void set (bool value);
}
member Cancelled : bool with get, set
Property Value
Type:
Boolean
See Also