BRActionGroup.BRActionComponents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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