Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the verbosity level to use when running this build process.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Verbosity As BuildVerbosity
public BuildVerbosity Verbosity { get; set; }
public:
property BuildVerbosity Verbosity {
BuildVerbosity get ();
void set (BuildVerbosity value);
}
member Verbosity : BuildVerbosity with get, set
function get Verbosity () : BuildVerbosity
function set Verbosity (value : BuildVerbosity)
Property Value
Type: Microsoft.TeamFoundation.Build.Workflow.BuildVerbosity
The verbosity level to use when running this build process.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.