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

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

Se aplica a