Share via


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 형식의 컬렉션입니다.

특성

적용 대상