다음을 통해 공유


BRResultOptions.BRActions 속성

Gets or sets the desired result type for the BRActions collection.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.ResultType
The desired result type for the BRActions collection.

참고 항목

참조

BRResultOptions 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스