BusinessRule.BRConditionTree 속성
Gets or sets the topmost condition tree node.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute> _
Public Property BRConditionTree As BRConditionTreeNode
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.MasterDataServices.Services.DataContracts.BRConditionTreeNode
The topmost condition tree node.