PriceTypeOrdinalPos Property |
Priority position of the price type, with respect to the other price types. [Required] [ORD]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int OrdinalPos { get; set; }
Public Property OrdinalPos As Integer
Get
Set
public:
property int OrdinalPos {
int get ();
void set (int value);
}
member OrdinalPos : int with get, set
Property Value
Type:
Int32
See Also