ProjectData.CompileWarnings Property

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property CompileWarnings As Integer
public int CompileWarnings { get; set; }
public:
property int CompileWarnings {
    int get ();
    void set (int value);
}
member CompileWarnings : int with get, set
function get CompileWarnings () : int 
function set CompileWarnings (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ProjectData Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace