BusinessRulesPalette.BRActionGroups Property

Definition

Specifies the business rules action groups.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRActionGroup ^> ^ BRActionGroups { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRActionGroup ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRActionGroup> BRActionGroups { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRActionGroups : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRActionGroup>
Public ReadOnly Property BRActionGroups As Collection(Of BRActionGroup)

Property Value

The business rules action groups.

Attributes

Applies to