Compartir vía


XmlSerializerFormatAttribute.Style Propiedad

Definición

Obtiene o establece el estilo 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

Uno de los OperationFormatStyle valores. El valor predeterminado es Document.

Ejemplos

Para obtener un ejemplo completo, vea Establecer las propiedades de uso y estilo.

Comentarios

Las Style propiedades y Use afectan a cómo se da formato a los mensajes.

Se aplica a