BusinessRuleSet.BRConditionTreeNodes Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the collection of condition tree nodes.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

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

The collection of condition tree nodes.

See Also

BusinessRuleSet Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top