DocumentStateChangeBusinessEventFromState Property |
Gets from state.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DocumentState> FromState { get; }
Public ReadOnly Property FromState As Nullable(Of DocumentState)
Get
public:
property Nullable<DocumentState^>^ FromState {
Nullable<DocumentState^>^ get ();
}
member FromState : Nullable<DocumentState> with get
Property Value
Type:
NullableDocumentState
From state.
See Also