BusinessRules.BRConditionTreeNodes Property

 

Applies To: SQL Server 2016 Preview

Gets or sets an array of condition tree nodes.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRConditionTreeNode> BRConditionTreeNodes { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<BRConditionTreeNode^>^ BRConditionTreeNodes {
    Collection<BRConditionTreeNode^>^ get();
    void set(Collection<BRConditionTreeNode^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditionTreeNodes : Collection<BRConditionTreeNode> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property BRConditionTreeNodes As Collection(Of BRConditionTreeNode)

Property Value

Type: System.Collections.ObjectModel.Collection<BRConditionTreeNode>

A collection of type BRConditionTreeNode.

See Also

BusinessRules Class
Microsoft.MasterDataServices Namespace

Return to top