共用方式為


BRConditionTreeNode.ConditionTreeChildNodes 屬性

Gets or sets the collection of child condition tree nodes.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ConditionTreeChildNodes As Collection(Of BRConditionTreeNode)
    Get 
    Friend Set
'用途
Dim instance As BRConditionTreeNode 
Dim value As Collection(Of BRConditionTreeNode)

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

屬性值

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

請參閱

參考

BRConditionTreeNode 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間