| SandcastleProjectDocumentProtectedInternalAsProtected Property |
This is used to get or set whether or not "protected internal" members are documented as "protected"
only in the help file.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool DocumentProtectedInternalAsProtected { get; set; }
Public Property DocumentProtectedInternalAsProtected As Boolean
Get
Set
public:
property bool DocumentProtectedInternalAsProtected {
bool get ();
void set (bool value);
}
member DocumentProtectedInternalAsProtected : bool with get, set
Property Value
Type:
BooleanSet to true to document "protected internal" members as "protected" only or false to document
them normally. This option is ignored if
DocumentProtected is false.
See Also