Compartir a través de


BusinessRule.BRConditionTree Propiedad

Gets or sets the topmost condition tree node.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property BRConditionTree As BRConditionTreeNode 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.BRConditionTreeNode
The topmost condition tree node.

Vea también

Referencia

BusinessRule Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts