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