public List<int> SelectedIndices { get; set; }
Public Property SelectedIndices As List(Of Integer) Get Set
public: property List<int>^ SelectedIndices { List<int>^ get (); void set (List<int>^ value); }