BusinessRules.BRConditions 속성

정의

조건 배열을 가져오거나 설정합니다.

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

속성 값

BRCondition 형식의 컬렉션입니다.

특성

적용 대상