Share via


CompilationSummaryData.TotalCompilerWarnings Property

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

Syntax

'Declaration
Public Property TotalCompilerWarnings As Long
public long TotalCompilerWarnings { get; set; }
public:
property long long TotalCompilerWarnings {
    long long get ();
    void set (long long value);
}
member TotalCompilerWarnings : int64 with get, set
function get TotalCompilerWarnings () : long
function set TotalCompilerWarnings (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

CompilationSummaryData Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace