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