List<int> PopupColumns { get; set; }
Property PopupColumns As List(Of Integer) Get Set
property List<int>^ PopupColumns { List<int>^ get (); void set (List<int>^ value); }
abstract PopupColumns : List<int> with get, set
In This Article