Share via


BusinessRulesPalette.BRActionGroups Property

ArrayOfBRActionGroup complex type.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionGroups As Collection(Of BRActionGroup)
    Get
    Private Set
'Usage
Dim instance As BusinessRulesPalette
Dim value As Collection(Of BRActionGroup)

value = instance.BRActionGroups
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRActionGroup> BRActionGroups { get; private set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRActionGroup^>^ BRActionGroups {
    Collection<BRActionGroup^>^ get ();
    private: void set (Collection<BRActionGroup^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActionGroups : Collection<BRActionGroup> with get, private set
function get BRActionGroups () : Collection<BRActionGroup>
private function set BRActionGroups (value : Collection<BRActionGroup>)

Property Value

Type: System.Collections.ObjectModel.Collection<BRActionGroup>
Collection of BRActionGroup.