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
특성

생성자

Name Description
UserPreferencesGetResponse()

기본 값을 가진 클래스의 UserPreferencesGetResponse 새로운 인스턴스를 초기화합니다.

UserPreferencesGetResponse(OperationResult, Dictionary<String,String>)

지정된 연산 결과와 사용자 선호도가 있는 클래스의 UserPreferencesGetResponse 새 인스턴스를 초기화합니다.

필드

Name Description
OperationResult

이 작업 결과에는 추적과 기록을 위한 고유 ID가 포함되어 있습니다.

UserPreferences

사용자 선호도에 따라 다릅니다.

적용 대상