BRActionGroup.BRActionComponents Property

Definition

Specifies the collection of action components.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRActionComponent ^> ^ BRActionComponents { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRActionComponent ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent> BRActionComponents { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRActionComponents : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent>
Public ReadOnly Property BRActionComponents As Collection(Of BRActionComponent)

Property Value

The collection of action components.

Attributes

Applies to