Partager via


Classe SystemSettingsGetResponse

Represents the message contract for the system setting get response.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetResponse

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

Syntaxe

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

Le type SystemSettingsGetResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SystemSettingsGetResponse Initializes a new instance of the SystemSettingsGetResponse 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.)
Propriété publique SystemSettingsGroups Gets or sets the system setting groups to return in the response.

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

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.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts