public int Position { get; set; }
Public Property Position As Integer Get Set
public: property int Position { int get (); void set (int value); }
member Position : int with get, set
In This Article