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 TotalCompilerErrors As Long
'Usage
Dim instance As CompilationSummaryData 
Dim value As Long 
value = instance.TotalCompilerErrors
instance.TotalCompilerErrors = value
public long TotalCompilerErrors { get; set; }
public:
property long long TotalCompilerErrors {
    long long get ();
    void set (long long value);
}
public function get TotalCompilerErrors () : long 
public function set TotalCompilerErrors (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.