Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets an array of business rule action groups.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionGroups As Collection(Of BRActionGroup)
Get
Set
'Usage
Dim instance As BusinessRulesPalette
Dim value As Collection(Of BRActionGroup)
value = instance.BRActionGroups
instance.BRActionGroups = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRActionGroup> BRActionGroups { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRActionGroup^>^ BRActionGroups {
Collection<BRActionGroup^>^ get ();
void set (Collection<BRActionGroup^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActionGroups : Collection<BRActionGroup> with get, set
function get BRActionGroups () : Collection<BRActionGroup>
function set BRActionGroups (value : Collection<BRActionGroup>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<BRActionGroup>
A collection of type BRActionGroup.