Share via


WebSiteProperties5.CodeAnalysisRuleSet Property

 

Namespace:   VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.dll)

Syntax

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

Property Value

Type: System.String

Implements

WebSiteProperties4.CodeAnalysisRuleSet

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top