public StringList Categories { get; set; }
Public Property Categories As StringList Get Set
public: property StringList^ Categories { StringList^ get (); void set (StringList^ value); }
member Categories : StringList with get, set
In This Article