DocumentStateChangeBusinessEventToState Property |
Gets to state.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentState ToState { get; }
Public ReadOnly Property ToState As DocumentState
Get
public:
property DocumentState^ ToState {
DocumentState^ get ();
}
member ToState : DocumentState with get
Property Value
Type:
DocumentState
To state.
See Also