次の方法で共有


BusinessRulesPalette.BRActionGroups プロパティ

定義

ビジネス ルールのアクション グループを指定します。

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

プロパティ値

ビジネス ルール アクション グループ。

属性

適用対象