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