VehicleSetVehicleOrdinalPos Property |
Ordinal position of the vehicle within the vehicle set. Position 0 has special meaning - this is the leading vehicle. [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> OrdinalPos { get; set; }
Public Property OrdinalPos As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ OrdinalPos {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member OrdinalPos : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also