NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.DocumentProtected Property

Gets or sets the DocumentProtected property.

[Visual Basic]
<DefaultValue(Value:=True), _  Category(Category:="Visibility"), _  Description(Description:="Turn this flag on to document protected code.")>
Public Property DocumentProtected As Boolean [C#]
[DefaultValue(Value=True)]
[Category(Category="Visibility")]
[Description(Description="Turn this flag on to document protected code.")]
public bool DocumentProtected { get; set; } [C++]
[DefaultValue(Value=True)]
[Category(Category="Visibility")]
[Description(Description="Turn this flag on to document protected code.")]
public: __property bool get_DocumentProtected(); public: __property void set_DocumentProtected(bool ); [JScript] public 
   DefaultValue(Value=True)
   Category(Category="Visibility")
   Description(Description="Turn this flag on to document protected code.")
function get DocumentProtected() : bool public 
   DefaultValue(Value=True)
   Category(Category="Visibility")
   Description(Description="Turn this flag on to document protected code.")
function set DocumentProtected(bool);

Remarks

If this is true, protected members will be included in the documentation. Since protected members of non-internal types can be accessed outside of an assembly, this is true by default.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace