BRConditionGroup.BRConditionComponents Property

Definition

Specifies the collection of condition components.

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

Property Value

The collection of condition components.

Attributes

Applies to