public int Entry { get; set; }
Public Property Entry As Integer Get Set
public: property int^ Entry { int^ get (); void set (int^ value); }