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