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