public List<int> PopupColumns { get; set; }Public Property PopupColumns As List(Of Integer)
Get
Setpublic:
virtual property List<int>^ PopupColumns {
List<int>^ get () sealed;
void set (List<int>^ value) sealed;
}abstract PopupColumns : List<int> with get, set
override PopupColumns : List<int> with get, set