다음을 통해 공유


ServiceClient.UserPreferencesGet 메서드

Retrieves the specified user’s preferences.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
Public Function UserPreferencesGet ( _
    International As International, _
    <OutAttribute> ByRef UserPreferences As Dictionary(Of String, String) _
) As OperationResult
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim UserPreferences As Dictionary(Of String, String)
Dim returnValue As OperationResult

returnValue = instance.UserPreferencesGet(International, _
    UserPreferences)
public OperationResult UserPreferencesGet(
    International International,
    out Dictionary<string, string> UserPreferences
)
public:
OperationResult^ UserPreferencesGet(
    International^ International, 
    [OutAttribute] Dictionary<String^, String^>^% UserPreferences
)
member UserPreferencesGet : 
        International:International * 
        UserPreferences:Dictionary<string, string> byref -> OperationResult
public function UserPreferencesGet(
    International : International, 
    UserPreferences : Dictionary<String, String>
) : OperationResult

매개 변수

반환 값

유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스