Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.