Gets or sets whether or not to document the attributes inherited from base types.
[Visual Basic]<DefaultValue(Value:=True), _ Category(Category:="Show Attributes"), _ Description(Description:="Set this to true to output the attributes of the base types/members in the syntax portion. Note: This attribute has no effect unless DocumentAttributes is set to true.")>Public Property DocumentInheritedAttributes As Boolean [C#][DefaultValue(Value=True)][Category(Category="Show Attributes")][Description(Description="Set this to true to output the attributes of the base types/members in the syntax portion. Note: This attribute has no effect unless DocumentAttributes is set to true.")]public bool DocumentInheritedAttributes { get; set; } [C++][DefaultValue(Value=True)][Category(Category="Show Attributes")][Description(Description="Set this to true to output the attributes of the base types/members in the syntax portion. Note: This attribute has no effect unless DocumentAttributes is set to true.")]public: __property bool get_DocumentInheritedAttributes(); public: __property void set_DocumentInheritedAttributes(bool ); [JScript] publicDefaultValue(Value=True)Category(Category="Show Attributes")Description(Description="Set this to true to output the attributes of the base types/members in the syntax portion. Note: This attribute has no effect unless DocumentAttributes is set to true.")function get DocumentInheritedAttributes() : bool publicDefaultValue(Value=True)Category(Category="Show Attributes")Description(Description="Set this to true to output the attributes of the base types/members in the syntax portion. Note: This attribute has no effect unless DocumentAttributes is set to true.")function set DocumentInheritedAttributes(bool);
Set this to true to output the attributes of the base types/members in the syntax portion of topics.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace