SequenceGeneratorSequencePriority Property |
The priority in which the sequence is used, compared to other similar sequences. Used only for sequences, for which Simultaneous Transactions=True. [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int SequencePriority { get; set; }
Public Property SequencePriority As Integer
Get
Set
public:
property int SequencePriority {
int get ();
void set (int value);
}
member SequencePriority : int with get, set
Property Value
Type:
Int32
See Also