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