CompilationSummaryData.TotalCompilerWarnings Property

Namespace:  Microsoft.TeamFoundation.Build.Proxy
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Property TotalCompilerWarnings As Long
'Usage
Dim instance As CompilationSummaryData 
Dim value As Long 

value = instance.TotalCompilerWarnings

instance.TotalCompilerWarnings = value
public long TotalCompilerWarnings { get; set; }
public:
property long long TotalCompilerWarnings {
    long long get ();
    void set (long long value);
}
public function get TotalCompilerWarnings () : long 
public function set TotalCompilerWarnings (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

CompilationSummaryData Class

CompilationSummaryData Members

Microsoft.TeamFoundation.Build.Proxy Namespace