public IList<string> Categories { get; protected set; }Public Property Categories As IList(Of String)
Get
Protected Setpublic:
property IList<String^>^ Categories {
IList<String^>^ get ();
protected: void set (IList<String^>^ value);
}member Categories : IList<string> with get, set