Właściwość BRActionGroup.BRActionComponents
Pobiera lub ustawia tablicę składników Akcja reguły biznesowej.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<BRActionComponent>
Kolekcja typu BRActionComponent.