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