UserPreferencesGetResponse Class

Definition

The UserPreferencesGetResponse element returns an array of key/value pairs that represent the user preference settings and their current values.

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

Constructors

UserPreferencesGetResponse()

Initializes a new instance of the UserPreferencesGetResponse class.

Properties

OperationResult

Specifies the operation result.

(Inherited from MessageResponse)
UserPreferences

Specifies the UserPreferences to return in the response.

Applies to

See also