[This is preliminary documentation and is subject to change.]
Year Property
| C# | Visual Basic | Visual C++ |
public int Year { get; set; }
Public Property Year As Integer
public: property int Year { int get (); void set (int value); }