BusinessRuleSet.BRConditionTreeNodes Property

Definition

Caution

This API is now deprecated.

Specifies the collection of condition tree nodes.

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)

Property Value

The collection of condition tree nodes.

Attributes

Applies to