BuildProcessBuilder.Verbosity Property
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
声明
Public Property Verbosity As BuildVerbosity
Get
Set
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.