BRConditionGroup.BRConditionComponents 属性

Gets or sets an array of business rule condition components.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
    Get
    Set
用法
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>)

属性值

类型:System.Collections.ObjectModel.Collection<BRConditionComponent>
A collection of type BRConditionComponent.

请参阅

参考

BRConditionGroup 类

Microsoft.MasterDataServices 命名空间