BRResultOptions.BRConditionTreeNodes 属性
Gets or sets a ResultType controlling the population of the BRConditionTreeNodes property.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.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.ResultType
A new instance of type ResultType.