BRResultOptions.BRConditions Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.ResultType

A new instance of type ResultType.

See Also

BRResultOptions Class
Microsoft.MasterDataServices Namespace

Return to top