BRResultOptions.BRActions Property

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

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property BRActions As ResultType
    Get
    Set
'Usage
Dim instance As BRResultOptions
Dim value As ResultType

value = instance.BRActions

instance.BRActions = value
[DataMemberAttribute]
public ResultType BRActions { get; set; }
[DataMemberAttribute]
public:
property ResultType BRActions {
    ResultType get ();
    void set (ResultType value);
}
[<DataMemberAttribute>]
member BRActions : ResultType with get, set
function get BRActions () : ResultType
function set BRActions (value : ResultType)

Property Value

Type: Microsoft.MasterDataServices.ResultType
A new instance of type ResultType.

See Also

Reference

BRResultOptions Class

Microsoft.MasterDataServices Namespace