다음을 통해 공유


BusinessRule.BRConditionTree 속성

Gets or sets a business rule condition tree.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.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.BRConditionTreeNode
A new instance of type BRConditionTreeNode.

참고 항목

참조

BusinessRule 클래스

Microsoft.MasterDataServices 네임스페이스