Share via


VBProjectConfigurationProperties6.RunCodeAnalysis Property

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property RunCodeAnalysis As Boolean
bool RunCodeAnalysis { get; set; }
property bool RunCodeAnalysis {
    bool get ();
    void set (bool value);
}
abstract RunCodeAnalysis : bool with get, set
function get RunCodeAnalysis () : boolean 
function set RunCodeAnalysis (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VBProjectConfigurationProperties6 Interface

VSLangProj110 Namespace