BusinessRulesPalette.BRActionGroups 属性

定义

获取或设置业务规则操作组的数组。

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

属性值

BRActionGroup 类型的集合。

属性

适用于