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 命名空间