public IList<string> Names { get; set; }
Public Property Names As IList(Of String) Get Set
public: property IList<String^>^ Names { IList<String^>^ get (); void set (IList<String^>^ value); }
member Names : IList<string> with get, set
In This Article