| SandcastleProjectDocumentPrivateFields Property |
This is used to get or set whether or not private fields are documented in the help file
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool DocumentPrivateFields { get; set; }
Public Property DocumentPrivateFields As Boolean
Get
Set
public:
property bool DocumentPrivateFields {
bool get ();
void set (bool value);
}
member DocumentPrivateFields : bool with get, set
Property Value
Type:
BooleanSet to true to document private fields or false to hide them. For this to work,
DocumentPrivates must also be enabled.
Remarks Private fields are most often used to back properties and do not have documentation. With
this set to false, they are omitted from the help file to reduce unnecessary clutter.
See Also