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