SystemPropertiesGetResponse Classe

Definição

Recupera valores de propriedades do sistema em um array.

public ref class SystemPropertiesGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemPropertiesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemPropertiesGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemPropertiesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertiesGetResponse = class
Public Class SystemPropertiesGetResponse
Herança
SystemPropertiesGetResponse
Atributos

Construtores

Nome Description
SystemPropertiesGetResponse()

Inicializa uma nova instância da SystemPropertiesGetResponse classe que possui valores padrão.

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

Inicializa uma nova instância da SystemPropertiesGetResponse classe que possui o resultado da operação especificado e a lista de propriedades do sistema.

Campos

Nome Description
OperationResult

O resultado da operação inclui um ID único para rastreamento e registro.

SystemProperties

As propriedades do sistema a serem retornadas na resposta.

Aplica-se a