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)

属性值

条件的集合。

属性

适用于