XmlSerializerFormatAttribute.Style Propiedad

Definición

Obtiene o establece el estilo de SOAP de XmlSerializer.

public:
 property System::ServiceModel::OperationFormatStyle Style { System::ServiceModel::OperationFormatStyle get(); void set(System::ServiceModel::OperationFormatStyle value); };
public System.ServiceModel.OperationFormatStyle Style { get; set; }
member this.Style : System.ServiceModel.OperationFormatStyle with get, set
Public Property Style As OperationFormatStyle

Valor de propiedad

OperationFormatStyle

Uno de los valores de OperationFormatStyle. De manera predeterminada, es Document.

Ejemplos

Para obtener un ejemplo completo, vea Establecer las propiedades De uso y Estilo.

Comentarios

Las propiedades Style y Use afectan a la forma en que se ha dado formato a los mensajes.

Se aplica a