SystemPropertiesGetResponse Clase

Definición

El elemento SystemPropertiesGetResponse incorpora valores de propiedades del sistema recuperados en una matriz de tipos complejos de SystemPropertyValue.

public ref class SystemPropertiesGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class SystemPropertiesGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type SystemPropertiesGetResponse = class
    inherit MessageResponse
Public Class SystemPropertiesGetResponse
Inherits MessageResponse
Herencia
SystemPropertiesGetResponse
Atributos

Constructores

SystemPropertiesGetResponse()

Inicializa una nueva instancia de la clase SystemPropertiesGetResponse.

Propiedades

OperationResult

Especifica el resultado de la operación.

(Heredado de MessageResponse)
SystemProperties

Especifica las propiedades del sistema que se van a devolver en la respuesta.

Se aplica a

Consulte también