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