SequenceGeneratorAllowExplicitNumbering Property |
Allows to assign numbers explicitely regardless of the Next_Value of the generator (Next_Value is updated if needed). [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AllowExplicitNumbering { get; set; }
Public Property AllowExplicitNumbering As Boolean
Get
Set
public:
property bool AllowExplicitNumbering {
bool get ();
void set (bool value);
}
member AllowExplicitNumbering : bool with get, set
Property Value
Type:
Boolean
See Also