共用方式為


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.