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