ScheduledDocumentEventDocumentEvent Property |
The type of the document event that is scheduled to be processed. [Required] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string DocumentEvent { get; set; }
Public Property DocumentEvent As String
Get
Set
public:
property String^ DocumentEvent {
String^ get ();
void set (String^ value);
}
member DocumentEvent : string with get, set
Property Value
Type:
String
See Also