BRConditionTreeNode.ConditionTreeChildNodes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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