RuleBag.Rules Property

Definition

The collection of Rule instances this RuleBag instance contains. Must have at least one Rule.

public:
 property System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::Rule ^> ^ Rules { System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::Rule ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::Rule ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.Rule> Rules { get; set; }
member this.Rules : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.Rule> with get, set
Public Property Rules As List(Of Rule)

Property Value

List<Rule>

The list of rules. Always returns at least one rule.

Applies to