DataContractFormatAttribute.Style Eigenschaft

Definition

Ruft das SOAP-Format der serialisierten Daten ab oder legt es fest.

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

Eigenschaftswert

OperationFormatStyle

Einer der OperationFormatStyle-Werte. Der Standardwert ist Document.

Gilt für