BRResultOptions.BRConditions 属性

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

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

语法

声明
<DataMemberAttribute> _
Public Property BRConditions As ResultType
    Get
    Set
用法
Dim instance As BRResultOptions
Dim value As ResultType

value = instance.BRConditions

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

属性值

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

请参阅

参考

BRResultOptions 类

Microsoft.MasterDataServices 命名空间