SoapTypeAttribute.SoapOptions Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines SoapOption Konfigurationswerts.

public:
 property System::Runtime::Remoting::Metadata::SoapOption SoapOptions { System::Runtime::Remoting::Metadata::SoapOption get(); void set(System::Runtime::Remoting::Metadata::SoapOption value); };
public System.Runtime.Remoting.Metadata.SoapOption SoapOptions { get; set; }
member this.SoapOptions : System.Runtime.Remoting.Metadata.SoapOption with get, set
Public Property SoapOptions As SoapOption

Eigenschaftswert

Ein SoapOption Konfigurationswert.

Hinweise

Ein SoapOption Wert gibt die SOAP-Konfigurationsoptionen an, die mit einem SoapTypeAttribute Attribut verwendet werden.

Note

Die SoapOptions Aufzählung hat keine Auswirkung auf die Serialisierung von Objekten mit dem SoapFormatter.

Gilt für: