| SandcastleProjectDocumentAttributes Property |
This is used to get or set whether or not attributes on types and members are documented in the
syntax portion of the help file.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool DocumentAttributes { get; set; }
Public Property DocumentAttributes As Boolean
Get
Set
public:
property bool DocumentAttributes {
bool get ();
void set (bool value);
}
member DocumentAttributes : bool with get, set
Property Value
Type:
BooleanSet to true to document attributes or false to hide them
See Also