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