共用方式為


CompilationSummaryData.TotalCompilerErrors Property

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

Syntax

'宣告
Public Property TotalCompilerErrors As Long
    Get
    Set
public long TotalCompilerErrors { get; set; }
public:
property long long TotalCompilerErrors {
    long long get ();
    void set (long long value);
}
member TotalCompilerErrors : int64 with get, set
function get TotalCompilerErrors () : long
function set TotalCompilerErrors (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

CompilationSummaryData Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace