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 命名空间