VehicleSeatingPlacesCount Property |
Number of seating places, excluding driver. [Filter(eq;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> SeatingPlacesCount { get; set; }
Public Property SeatingPlacesCount As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ SeatingPlacesCount {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member SeatingPlacesCount : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also