public IList<string> TransportNames { get; set; }
Public Property TransportNames As IList(Of String) Get Set
public: property IList<String^>^ TransportNames { IList<String^>^ get (); void set (IList<String^>^ value); }