Share via


SoapTypeAttribute.SoapOptions Eigenschaft

Definition

Ruft einen SoapOption-Konfigurationswert ab oder legt diesen fest.

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

SoapOption

Ein SoapOption-Konfigurationswert.

Hinweise

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

Hinweis

Die SoapOptions Enumeration hat keine Auswirkung auf die Serialisierung von Objekten mit der SoapFormatter.

Gilt für