CompilationSummaryData.TotalCodeAnalysisWarnings Property
Namespace: Microsoft.TeamFoundation.Build.Proxy
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Property TotalCodeAnalysisWarnings As Long
'Usage
Dim instance As CompilationSummaryData
Dim value As Long
value = instance.TotalCodeAnalysisWarnings
instance.TotalCodeAnalysisWarnings = value
public long TotalCodeAnalysisWarnings { get; set; }
public:
property long long TotalCodeAnalysisWarnings {
long long get ();
void set (long long value);
}
public function get TotalCodeAnalysisWarnings () : long
public function set TotalCodeAnalysisWarnings (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.