public IList<int> PopupColumns { get; set; }Public Property PopupColumns As IList(Of Integer)
Get
Setpublic:
property IList<int>^ PopupColumns {
IList<int>^ get ();
void set (IList<int>^ value);
}member PopupColumns : IList<int> with get, set