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 类型的集合。

属性

适用于