다음을 통해 공유


BRActionComponents 속성

Gets or sets an array of business rule action components.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
    Get
    Set
‘사용 방법
Dim instance As BRActionGroup
Dim value As Collection(Of BRActionComponent)

value = instance.BRActionComponents

instance.BRActionComponents = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRActionComponent> BRActionComponents { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRActionComponent^>^ BRActionComponents {
    Collection<BRActionComponent^>^ get ();
    void set (Collection<BRActionComponent^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActionComponents : Collection<BRActionComponent> with get, set
function get BRActionComponents () : Collection<BRActionComponent>
function set BRActionComponents (value : Collection<BRActionComponent>)

속성 값

유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'BRActionComponent> ) > ) >
A collection of type BRActionComponent.