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