BRConditionTreeNode.ConditionTreeChildNodes Property

Definition

Specifies the collection child condition tree nodes.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRConditionTreeNode ^> ^ ConditionTreeChildNodes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRConditionTreeNode ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRConditionTreeNode ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRConditionTreeNode> ConditionTreeChildNodes { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ConditionTreeChildNodes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRConditionTreeNode> with get, set
Public Property ConditionTreeChildNodes As Collection(Of BRConditionTreeNode)

Property Value

The collection child condition tree nodes.

Attributes

Applies to