BRResultOptions.BRConditionTreeNodes Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a ResultType controlling the population of the BRConditionTreeNodes property.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public ResultType BRConditionTreeNodes { get; set; }
public:
[DataMemberAttribute]
property ResultType BRConditionTreeNodes {
    ResultType get();
    void set(ResultType value);
}
[<DataMemberAttribute>]
member BRConditionTreeNodes : ResultType with get, set
<DataMemberAttribute>
Public Property BRConditionTreeNodes As ResultType

Property Value

Type: Microsoft.MasterDataServices.ResultType

A new instance of type ResultType.

See Also

BRResultOptions Class
Microsoft.MasterDataServices Namespace

Return to top