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