Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the topmost condition tree node.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property BRConditionTree As BRConditionTreeNode
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.BRConditionTreeNode
The topmost condition tree node.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace