Partager via


Propriété BusinessRuleSet.BRConditionTreeNodes

Gets or sets the collection of condition tree nodes.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of BRConditionTreeNode)
    Get 
    Friend Set
'Utilisation
Dim instance As BusinessRuleSet 
Dim value As Collection(Of BRConditionTreeNode)

value = instance.BRConditionTreeNodes
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRConditionTreeNode> BRConditionTreeNodes { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRConditionTreeNode^>^ BRConditionTreeNodes {
    Collection<BRConditionTreeNode^>^ get ();
    internal: void set (Collection<BRConditionTreeNode^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditionTreeNodes : Collection<BRConditionTreeNode> with get, internal set
function get BRConditionTreeNodes () : Collection<BRConditionTreeNode>
internal function set BRConditionTreeNodes (value : Collection<BRConditionTreeNode>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<BRConditionTreeNode>
The collection of condition tree nodes.

Voir aussi

Référence

BusinessRuleSet Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts