Share via


StaticCodeAnalysisExtender.RunCodeAnalysis Property

Gets or sets whether to run code analysis.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.StaticCodeAnalysis
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property RunCodeAnalysis As Boolean
'Usage
Dim instance As StaticCodeAnalysisExtender 
Dim value As Boolean 

value = instance.RunCodeAnalysis

instance.RunCodeAnalysis = value
[BrowsableAttribute(false)]
public bool RunCodeAnalysis { get; set; }
[BrowsableAttribute(false)]
public:
property bool RunCodeAnalysis {
    bool get ();
    void set (bool value);
}
public function get RunCodeAnalysis () : boolean 
public function set RunCodeAnalysis (value : boolean)

Property Value

Type: System.Boolean
Returns TRUE to run code analysis; otherwise, FALSE.

.NET Framework Security

See Also

Reference

StaticCodeAnalysisExtender Class

StaticCodeAnalysisExtender Members

Microsoft.VisualStudio.Data.Schema.Project.StaticCodeAnalysis Namespace