BRConditionTreeNode.ConditionTreeChildNodes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置条件树子节点的数组。
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRConditionTreeNode ^> ^ ConditionTreeChildNodes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRConditionTreeNode ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRConditionTreeNode ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRConditionTreeNode> ConditionTreeChildNodes { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ConditionTreeChildNodes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRConditionTreeNode> with get, set
Public Property ConditionTreeChildNodes As Collection(Of BRConditionTreeNode)
属性值
BRConditionTreeNode 类型的集合。
- 属性