次の方法で共有


BusinessRulesPalette.BRConditionGroups プロパティ

定義

ビジネス ルールの条件グループを指定します。

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

プロパティ値

ビジネス ルールの条件グループ。

属性

適用対象