DocumentTypeSequence Property |
The sequence that will be used to give new numbers to the documents of this type. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Sequence Sequence { get; set; }
Public Property Sequence As Sequence
Get
Set
public:
property Sequence^ Sequence {
Sequence^ get ();
void set (Sequence^ value);
}
member Sequence : Sequence with get, set
Property Value
Type:
Sequence
See Also