BRConditionTreeNode.ConditionTreeChildNodes 属性

Gets or sets an array of condition tree child nodes.

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

语法

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

value = instance.ConditionTreeChildNodes

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

属性值

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

请参阅

参考

BRConditionTreeNode 类

Microsoft.MasterDataServices 命名空间