public TransportSettings[] Transports { get; set; }
Public Property Transports As TransportSettings() Get Set
public: property array<TransportSettings^>^ Transports { array<TransportSettings^>^ get (); void set (array<TransportSettings^>^ value); }