Share via


VCFxCopTool2.RuleSet Property

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VCFxCopTool2 Interface

Microsoft.VisualStudio.VCProjectEngine Namespace