BRResultOptions.BusinessRules Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType

The desired result type for the BusinessRules collection.

See Also

BRResultOptions Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top