BuildTrackingParticipant.Verbosity Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Verbosity As BuildVerbosity
public BuildVerbosity Verbosity { get; private set; }
public:
property BuildVerbosity Verbosity {
BuildVerbosity get ();
private: void set (BuildVerbosity value);
}
member Verbosity : BuildVerbosity with get, private set
function get Verbosity () : BuildVerbosity
private function set Verbosity (value : BuildVerbosity)
Property Value
Type: Microsoft.TeamFoundation.Build.Workflow.BuildVerbosity
.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.