Share via


BRConditionGroup.BRConditionComponents 속성

정의

비즈니스 규칙 조건 구성 요소의 배열을 가져오거나 설정합니다.

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)

속성 값

BRConditionComponent 형식의 컬렉션입니다.

특성

적용 대상