Lenguaje

SystemPropertiesGetResponse Clase

Definición

El elemento SystemPropertiesGetResponse incluye valores recuperados de propiedades del sistema en un array de tipos complejos 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

Nombre Description
SystemPropertiesGetResponse()

Inicializa una nueva instancia de la clase SystemPropertiesGetResponse.

Propiedades

Nombre Description
OperationResult

Especifica el resultado de la operación.

(Heredado de MessageResponse)
SystemProperties

Especifica las propiedades del sistema que deben devolver en la respuesta.

Se aplica a

Consulte también