VehicleTransportationVehicles Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<TransportationVehicle> TransportationVehicles { get; }
Public ReadOnly Property TransportationVehicles As ChildCollection(Of TransportationVehicle)
Get
public:
property ChildCollection<TransportationVehicle^>^ TransportationVehicles {
ChildCollection<TransportationVehicle^>^ get ();
}
member TransportationVehicles : ChildCollection<TransportationVehicle> with get
Property Value
Type:
ChildCollectionTransportationVehicle
See Also