Share via


CSharpProjectConfigurationProperties6.CodeAnalysisRuleSet Property

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

Syntax

'Declaration
Property CodeAnalysisRuleSet As String
string CodeAnalysisRuleSet { get; set; }
property String^ CodeAnalysisRuleSet {
    String^ get ();
    void set (String^ value);
}
abstract CodeAnalysisRuleSet : string with get, set
function get CodeAnalysisRuleSet () : String 
function set CodeAnalysisRuleSet (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CSharpProjectConfigurationProperties6 Interface

VSLangProj110 Namespace