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