| SandcastleProjectDocumentInheritedFrameworkMembers Property |
This is used to get or set whether or not inherited framework members are documented
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool DocumentInheritedFrameworkMembers { get; set; }
Public Property DocumentInheritedFrameworkMembers As Boolean
Get
Set
public:
property bool DocumentInheritedFrameworkMembers {
bool get ();
void set (bool value);
}
member DocumentInheritedFrameworkMembers : bool with get, set
Property Value
Type:
BooleanSet to true to document inherited framework members or false to hide them. For this to work,
DocumentInheritedMembers must also be enabled.
See Also