PrintoutOrdPriority Property |
Ordinal position and priority of the printout, in regard to other printouts within the current document type. Used for sorting, when executing printouts with "Print All" command. [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> OrdPriority { get; set; }
Public Property OrdPriority As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ OrdPriority {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member OrdPriority : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also