Condividi tramite


Classe SystemSettingsGetResponse

Represents the message contract for the system setting get response.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute> _
Public Class SystemSettingsGetResponse _
    Inherits MessageResponse
'Utilizzo
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

Nel tipo SystemSettingsGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SystemSettingsGetResponse Initializes a new instance of the SystemSettingsGetResponse class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica OperationResult Gets or sets the result of an operation. Ereditato da MessageResponse.
Proprietà pubblica SystemSettingsGroups Gets or sets the system setting groups to return in the response.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts