Gets or sets whether or not to document the attributes.
[Visual Basic]<Category(Category:="Show Attributes"), _ DefaultValue(Value:=False), _ Description(Description:="Set this to true to output the attributes of the types/members in the syntax portion.")>Public Property DocumentAttributes As Boolean [C#][Category(Category="Show Attributes")][DefaultValue(Value=False)][Description(Description="Set this to true to output the attributes of the types/members in the syntax portion.")]public bool DocumentAttributes { get; set; } [C++][Category(Category="Show Attributes")][DefaultValue(Value=False)][Description(Description="Set this to true to output the attributes of the types/members in the syntax portion.")]public: __property bool get_DocumentAttributes(); public: __property void set_DocumentAttributes(bool ); [JScript] publicCategory(Category="Show Attributes")DefaultValue(Value=False)Description(Description="Set this to true to output the attributes of the types/members in the syntax portion.")function get DocumentAttributes() : bool publicCategory(Category="Show Attributes")DefaultValue(Value=False)Description(Description="Set this to true to output the attributes of the types/members in the syntax portion.")function set DocumentAttributes(bool);
Set this to true to output the attributes of the types/members in the syntax portion of topics.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace