| BuildHelpVerbose Property |
This is used to set or get the output logging verbosity flag
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool Verbose { get; set; }
Public Property Verbose As Boolean
Get
Set
public:
property bool Verbose {
bool get ();
void set (bool value);
}
member Verbose : bool with get, set
Property Value
Type:
BooleanThis property is optional. If set to false (the default), only build steps are written to the
task log. If set to true, all output from the build process is written to the task log.
See Also