SqlBuildTask.TreatWarningsAsErrors Property

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly:  Microsoft.VisualStudio.TeamSystem.Data.Tasks (in Microsoft.VisualStudio.TeamSystem.Data.Tasks.dll)

Syntax

'Declaration
Public Property TreatWarningsAsErrors As Boolean
'Usage
Dim instance As SqlBuildTask
Dim value As Boolean

value = instance.TreatWarningsAsErrors

instance.TreatWarningsAsErrors = value
public bool TreatWarningsAsErrors { get; set; }
public:
property bool TreatWarningsAsErrors {
    bool get ();
    void set (bool value);
}
public function get TreatWarningsAsErrors () : boolean
public function set TreatWarningsAsErrors (value : boolean)

Property Value

Type: System.Boolean

Permissions

See Also

Reference

SqlBuildTask Class

SqlBuildTask Members

Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace