VehicleStandingPlacesCount Property |
Number of standing places, if applicable.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> StandingPlacesCount { get; set; }
Public Property StandingPlacesCount As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ StandingPlacesCount {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member StandingPlacesCount : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also