ResolveCodeAnalysisRuleSet.ResolvedCodeAnalysisRuleSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The location of the resolved rule set file. May be null if the file does not exist on disk.
public:
property System::String ^ ResolvedCodeAnalysisRuleSet { System::String ^ get(); };
[Microsoft.Build.Framework.Output]
public string ResolvedCodeAnalysisRuleSet { get; }
[<Microsoft.Build.Framework.Output>]
member this.ResolvedCodeAnalysisRuleSet : string
Public ReadOnly Property ResolvedCodeAnalysisRuleSet As String
Property Value
- Attributes