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