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