UserPreferencesGetResponse クラス

定義

ユーザーの好み設定とその現在の値を表すキー・値ペアの配列を取得します。

public ref class UserPreferencesGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class UserPreferencesGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type UserPreferencesGetResponse = class
Public Class UserPreferencesGetResponse
継承
UserPreferencesGetResponse
属性

コンストラクター

名前 説明
UserPreferencesGetResponse()

デフォルト値を持つ UserPreferencesGetResponse クラスの新しいインスタンスを初期化します。

UserPreferencesGetResponse(OperationResult, Dictionary<String,String>)

指定された操作結果と取得するユーザー設定を持つ UserPreferencesGetResponse クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
OperationResult

この操作結果には、追跡と記録のための一意IDが含まれます。

UserPreferences

ユーザーの好みを把握しましょう。

適用対象