Condividi tramite


Proprietà BRActionComponents

Gets or sets an array of business rule action components.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
    Get
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'BRActionComponent> ) > ) >
A collection of type BRActionComponent.