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