ScheduledDocumentEventState Property |
The state of the document for which the event will be processed. [Required] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ScheduledDocumentEventsRepositoryState State { get; set; }
Public Property State As ScheduledDocumentEventsRepositoryState
Get
Set
public:
property ScheduledDocumentEventsRepositoryState^ State {
ScheduledDocumentEventsRepositoryState^ get ();
void set (ScheduledDocumentEventsRepositoryState^ value);
}
member State : ScheduledDocumentEventsRepositoryState with get, set
Property Value
Type:
ScheduledDocumentEventsRepositoryState
See Also