다음을 통해 공유


BusinessRuleSet.BRConditions 속성

정의

주의

이 API는 이제 사용되지 않습니다.

조건 컬렉션을 지정합니다.

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

속성 값

조건 컬렉션입니다.

특성

적용 대상