BRConditionTree 属性

BRConditionTreeNode complex type.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.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)