BRConditionTreeNodes 属性
Gets or sets an ArrayOfBRConditionTreeNode complex type.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of BRConditionTreeNode)
Get
Set
用法
Dim instance As BusinessRuleSet
Dim value As Collection(Of BRConditionTreeNode)
value = instance.BRConditionTreeNodes
instance.BRConditionTreeNodes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRConditionTreeNode> BRConditionTreeNodes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRConditionTreeNode^>^ BRConditionTreeNodes {
Collection<BRConditionTreeNode^>^ get ();
void set (Collection<BRConditionTreeNode^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditionTreeNodes : Collection<BRConditionTreeNode> with get, set
function get BRConditionTreeNodes () : Collection<BRConditionTreeNode>
function set BRConditionTreeNodes (value : Collection<BRConditionTreeNode>)
属性值
类型:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'BRConditionTreeNode> ) > ) >
Collection of type BRConditionTreeNode.