 | SandcastleProjectDocumentPrivates Property |
This is used to get or set whether or not private members are documented in the help file
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntaxpublic bool DocumentPrivates { get; set; }Public Property DocumentPrivates As Boolean
Get
Set
public:
property bool DocumentPrivates {
bool get ();
void set (bool value);
}member DocumentPrivates : bool with get, set
Property Value
Type:
BooleanSet to true to document private members or false to hide them
See Also