Partager via


Classe UserPreferencesGetResponse

Represents a response that returns an array of key-value pairs representing the user preference settings and their current values.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts..::..UserPreferencesGetResponse

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<MessageContractAttribute> _
Public Class UserPreferencesGetResponse _
    Inherits MessageResponse
'Utilisation
Dim instance As UserPreferencesGetResponse
[MessageContractAttribute]
public class UserPreferencesGetResponse : MessageResponse
[MessageContractAttribute]
public ref class UserPreferencesGetResponse : public MessageResponse
[<MessageContractAttribute>]
type UserPreferencesGetResponse =  
    class
        inherit MessageResponse
    end
public class UserPreferencesGetResponse extends MessageResponse

Le type UserPreferencesGetResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique UserPreferencesGetResponse Initializes a new instance of the UserPreferencesGetResponse class.

Haut de la page

Propriétés

  Nom Description
Propriété publique OperationResult Gets or sets the result of an operation. (hérité de MessageResponse.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public UserPreferences An array of a complex type containing key-value pairs.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.