BusinessRuleSet.BRConditionTreeNodes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
现已弃用此 API。
指定条件树节点的集合。
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRConditionTreeNode ^> ^ BRConditionTreeNodes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRConditionTreeNode ^> ^ get(); };
[System.Obsolete]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRConditionTreeNode> BRConditionTreeNodes { get; }
[<System.Obsolete>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRConditionTreeNodes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRConditionTreeNode>
Public ReadOnly Property BRConditionTreeNodes As Collection(Of BRConditionTreeNode)
属性值
条件树节点的集合。
- 属性