DocumentTypeUserStatusState Property |
The system state to which this user status is bound. [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentState State { get; set; }
Public Property State As DocumentState
Get
Set
public:
property DocumentState^ State {
DocumentState^ get ();
void set (DocumentState^ value);
}
member State : DocumentState with get, set
Property Value
Type:
DocumentState
See Also