Свойство BRConditionGroup.BRConditionComponents

Gets or sets the collection of condition components.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
    Get 
    Friend Set
'Применение
Dim instance As BRConditionGroup 
Dim value As Collection(Of BRConditionComponent)

value = instance.BRConditionComponents
[DataMemberAttribute]
public Collection<BRConditionComponent> BRConditionComponents { get; internal set; }
[DataMemberAttribute]
public:
property Collection<BRConditionComponent^>^ BRConditionComponents {
    Collection<BRConditionComponent^>^ get ();
    internal: void set (Collection<BRConditionComponent^>^ value);
}
[<DataMemberAttribute>]
member BRConditionComponents : Collection<BRConditionComponent> with get, internal set
function get BRConditionComponents () : Collection<BRConditionComponent>
internal function set BRConditionComponents (value : Collection<BRConditionComponent>)

Значение свойства

Тип: System.Collections.ObjectModel.Collection<BRConditionComponent>
The collection of condition components.

См. также

Справочник

BRConditionGroup Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts