BRResultOptions.BRActions 属性

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

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property BRActions As ResultType
    Get
    Set
用法
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)

属性值

类型:Microsoft.MasterDataServices.ResultType
A new instance of type ResultType.

请参阅

参考

BRResultOptions 类

Microsoft.MasterDataServices 命名空间