共用方式為


BRActionComponents 屬性

Gets the collection of action components.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
    Get
    Private Set
'用途
Dim instance As BRActionGroup
Dim value As Collection(Of BRActionComponent)

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

屬性值

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