다음을 통해 공유


BRActionGroup.BRActionComponents 속성

정의

비즈니스 규칙 동작 구성 요소의 배열을 가져오거나 설정합니다.

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

속성 값

BRActionComponent 형식의 컬렉션입니다.

특성

적용 대상