次の方法で共有


BRConditionTreeNode.ConditionTreeChildNodes プロパティ

定義

条件ツリーの子ノードの配列を取得または設定します。

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 型のコレクション。

属性

適用対象