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