BRActionGroup.BRActionComponents Property

Definition

Gets or sets an array of business rule action components.

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

Property Value

A collection of type BRActionComponent.

Attributes

Applies to