BRResultOptions.BRActions Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType

The desired result type for the BRActions collection.

See Also

BRResultOptions Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top