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

See Also

Reference

BuildTrackingParticipant Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace