Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets an array of business rule action groups.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionGroups As Collection(Of BRActionGroup)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<BRActionGroup>
A collection of type BRActionGroup.