BusinessRulesPalette.BRActionGroups Property

Definition

Gets or sets an array of business rule action groups.

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

Property Value

A collection of type BRActionGroup.

Attributes

Applies to