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