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