DocumentJobNewState Property |
Specifies the state, which should be set to the documents, matching the filter. [Required]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentState NewState { get; set; }
Public Property NewState As DocumentState
Get
Set
public:
property DocumentState^ NewState {
DocumentState^ get ();
void set (DocumentState^ value);
}
member NewState : DocumentState with get, set
Property Value
Type:
DocumentState
See Also