CompilationSummaryData.TotalCodeAnalysisWarnings Property
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property TotalCodeAnalysisWarnings As Long
public long TotalCodeAnalysisWarnings { get; set; }
public:
property long long TotalCodeAnalysisWarnings {
long long get ();
void set (long long value);
}
member TotalCodeAnalysisWarnings : int64 with get, set
function get TotalCodeAnalysisWarnings () : long
function set TotalCodeAnalysisWarnings (value : long)
Property Value
Type: System.Int64
Returns 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace