[This is preliminary documentation and is subject to change.]
Property indicating whether the comments column should be displayed.
| C# | Visual Basic | Visual C++ |
public bool DisplayComments { get; set; }
Public Property DisplayComments As Boolean
public: property bool DisplayComments { bool get (); void set (bool value); }