Udostępnij za pośrednictwem


Właściwość BRActionGroup.BRActionComponents

Pobiera kolekcja działania składników.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
    Get
    Private Set
'Użycie
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>)

Wartość właściwości

Typ: System.Collections.ObjectModel.Collection<BRActionComponent>
Kolekcja typu BRActionComponent.