Compartilhar via


DistributedFileLogger.Verbosity Property

Definition

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

public:
 property Microsoft::Build::Framework::LoggerVerbosity Verbosity { Microsoft::Build::Framework::LoggerVerbosity get(); void set(Microsoft::Build::Framework::LoggerVerbosity value); };
public Microsoft.Build.Framework.LoggerVerbosity Verbosity { get; set; }
member this.Verbosity : Microsoft.Build.Framework.LoggerVerbosity with get, set
Public Property Verbosity As LoggerVerbosity

Property Value

a LoggerVerbosity enumeration value.

Implements

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to