BusinessRuleSet.BRConditionTreeNodes 属性

Gets or sets the collection of condition tree nodes.

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

语法

声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of BRConditionTreeNode)
    Get 
    Friend Set
用法
Dim instance As BusinessRuleSet 
Dim value As Collection(Of BRConditionTreeNode)

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

属性值

类型:System.Collections.ObjectModel.Collection<BRConditionTreeNode>
The collection of condition tree nodes.

请参阅

参考

BusinessRuleSet 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间