Gets or sets a value indicating whether the output is verbose.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Verbose As Boolean |
| C# |
|---|
| public bool Verbose { get; set; } |
| C++ |
|---|
| public property bool Verbose sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_Verbose(); /** property */ public void set_Verbose(bool value); |
| JScript |
|---|
| public function get Verbose() : bool public function set Verbose(value : bool); |
Property Value
if verbose; otherwise, .
See Also
Documentation version 1.0.0.0.