SystemPropertiesGetResponse Clase

Definición

Recupera valores de propiedades del sistema en un 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
Herencia
SystemPropertiesGetResponse
Atributos

Constructores

Nombre Description
SystemPropertiesGetResponse()

Inicializa una nueva instancia de la SystemPropertiesGetResponse clase que tiene valores por defecto.

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

Inicializa una nueva instancia de la SystemPropertiesGetResponse clase que tenga el resultado de operación especificado y la lista de propiedades del sistema.

Campos

Nombre Description
OperationResult

El resultado de la operación incluía un ID único para el seguimiento y registro.

SystemProperties

Las propiedades del sistema deben devolver en la respuesta.

Se aplica a