BusinessRulesPalette.BRConditionGroups Property

Definition

Gets or sets an array of business rule condition groups.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRConditionGroup ^> ^ BRConditionGroups { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRConditionGroup ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRConditionGroup ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRConditionGroup> BRConditionGroups { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRConditionGroups : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRConditionGroup> with get, set
Public Property BRConditionGroups As Collection(Of BRConditionGroup)

Property Value

A collection of type BRConditionGroup.

Attributes

Applies to