BusinessRules.BRConditionTreeNodes 属性

定义

获取或设置条件树节点的数组。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRConditionTreeNode ^> ^ BRConditionTreeNodes { 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> BRConditionTreeNodes { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRConditionTreeNodes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRConditionTreeNode> with get, set
Public Property BRConditionTreeNodes As Collection(Of BRConditionTreeNode)

属性值

BRConditionTreeNode 类型的集合。

属性

适用于