BRConditionGroup.BRConditionComponents Property

Definition

Gets or sets an array of business rule condition components.

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

Property Value

A collection of type BRConditionComponent.

Attributes

Applies to