Właściwość BRConditionGroup.BRConditionComponents
Pobiera lub ustawia tablicę składników warunek reguły biznesowej.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
Get
Set
'Użycie
Dim instance As BRConditionGroup
Dim value As Collection(Of BRConditionComponent)
value = instance.BRConditionComponents
instance.BRConditionComponents = value
[DataMemberAttribute]
public Collection<BRConditionComponent> BRConditionComponents { get; set; }
[DataMemberAttribute]
public:
property Collection<BRConditionComponent^>^ BRConditionComponents {
Collection<BRConditionComponent^>^ get ();
void set (Collection<BRConditionComponent^>^ value);
}
[<DataMemberAttribute>]
member BRConditionComponents : Collection<BRConditionComponent> with get, set
function get BRConditionComponents () : Collection<BRConditionComponent>
function set BRConditionComponents (value : Collection<BRConditionComponent>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<BRConditionComponent>
Kolekcja typu BRConditionComponent.