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