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