UserPreferencesGetResponse Class

Definition

Retrieves an array of key-value pairs that represent the user preference settings and their current values.

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
Inheritance
UserPreferencesGetResponse
Attributes

Constructors

UserPreferencesGetResponse()

Initializes a new instance of the UserPreferencesGetResponse class that has default values.

UserPreferencesGetResponse(OperationResult, Dictionary<String,String>)

Initializes a new instance of the UserPreferencesGetResponse class that has the specified operation result and user preferences to get.

Fields

OperationResult

The operation result, including a unique ID for tracking and logging.

UserPreferences

The user preferences to get.

Applies to