Compartilhar via


Propriedade do RDL BRActionGroup.BRActionComponents

Gets the collection of action components.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
    Get 
    Friend Set
'Uso
Dim instance As BRActionGroup 
Dim value As Collection(Of BRActionComponent)

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

Valor da propriedade

Tipo: System.Collections.ObjectModel.Collection<BRActionComponent>
The collection of action components.

Consulte também

Referência

BRActionGroup Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts