EnterpriseCompanyVehicleSets Property |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<VehicleSet> VehicleSets { get; }
Public ReadOnly Property VehicleSets As ChildCollection(Of VehicleSet)
Get
public:
property ChildCollection<VehicleSet^>^ VehicleSets {
ChildCollection<VehicleSet^>^ get ();
}
member VehicleSets : ChildCollection<VehicleSet> with get
Property Value
Type:
ChildCollectionVehicleSet
See Also