Partager via


Propriété BRActionGroup.BRActionComponents

Gets or sets an array of business rule action components.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
    Get
    Set
'Utilisation
Dim instance As BRActionGroup
Dim value As Collection(Of BRActionComponent)

value = instance.BRActionComponents

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

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<BRActionComponent>
A collection of type BRActionComponent.

Voir aussi

Référence

BRActionGroup Classe

Espace de noms Microsoft.MasterDataServices