DocumentJobNewUserStatus Property |
Specifies the user status, which should be set to the documents, matching the filter. The user statuses are defined for the selected document type. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentTypeUserStatus NewUserStatus { get; set; }
Public Property NewUserStatus As DocumentTypeUserStatus
Get
Set
public:
property DocumentTypeUserStatus^ NewUserStatus {
DocumentTypeUserStatus^ get ();
void set (DocumentTypeUserStatus^ value);
}
member NewUserStatus : DocumentTypeUserStatus with get, set
Property Value
Type:
DocumentTypeUserStatus
See Also