다음을 통해 공유


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.