BRResultOptions.BRConditionTreeNodes 属性

Gets or sets the desired result type for the BRConditionTreeNodes collection.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property BRConditionTreeNodes As ResultType 
    Get 
    Set
用法
Dim instance As BRResultOptions 
Dim value As ResultType 

value = instance.BRConditionTreeNodes

instance.BRConditionTreeNodes = value
[DataMemberAttribute]
public ResultType BRConditionTreeNodes { get; set; }
[DataMemberAttribute]
public:
property ResultType BRConditionTreeNodes {
    ResultType get ();
    void set (ResultType value);
}
[<DataMemberAttribute>]
member BRConditionTreeNodes : ResultType with get, set
function get BRConditionTreeNodes () : ResultType 
function set BRConditionTreeNodes (value : ResultType)

属性值

类型:Microsoft.MasterDataServices.Services.DataContracts.ResultType
The desired result type for the BRConditionTreeNodes collection.

请参阅

参考

BRResultOptions 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间