次の方法で共有


ServiceClient.UserPreferencesGet メソッド

指定したユーザーの設定を取得します。

名前空間:  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
操作の結果が格納された OperationResult オブジェクトです。

関連項目

参照

ServiceClient クラス

Microsoft.MasterDataServices 名前空間