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