Partager via


Propriété BusinessRule.BRConditionTree

Gets or sets a business rule condition tree.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property BRConditionTree As BRConditionTreeNode
    Get
    Set
'Utilisation
Dim instance As BusinessRule
Dim value As BRConditionTreeNode

value = instance.BRConditionTree

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

Valeur de propriété

Type : Microsoft.MasterDataServices.BRConditionTreeNode
A new instance of type BRConditionTreeNode.

Voir aussi

Référence

BusinessRule Classe

Espace de noms Microsoft.MasterDataServices