Idioma

UserPreferencesGetResponse Classe

Definição

O elemento UserPreferencesGetResponse retorna um array de pares chave/valor que representam as configurações de preferência do usuário e seus valores atuais.

public ref class UserPreferencesGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class UserPreferencesGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type UserPreferencesGetResponse = class
    inherit MessageResponse
Public Class UserPreferencesGetResponse
Inherits MessageResponse
Herança
UserPreferencesGetResponse
Atributos

Construtores

Nome Description
UserPreferencesGetResponse()

Inicializa uma nova instância da classe UserPreferencesGetResponse.

Propriedades

Nome Description
OperationResult

Especifica o resultado da operação.

(Herdado de MessageResponse)
UserPreferences

Especifica as Preferências do Usuário a serem retornadas na resposta.

Aplica-se a

Confira também