Share via


DataContractFormatAttribute.Style Propiedad

Definición

Obtiene o establece el estilo SOAP de los datos serializados.

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.

Se aplica a