BRConditionTreeNode.ConditionTreeChildNodes Property

Gets or sets the collection child condition tree nodes.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ConditionTreeChildNodes As Collection(Of BRConditionTreeNode)
    Get
    Set
'Usage
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>)