SoapTypeAttribute::SoapOptions Property

 

Gets or sets a SoapOption configuration value.

Namespace:   System.Runtime.Remoting.Metadata
Assembly:  mscorlib (in mscorlib.dll)

public:
property SoapOption SoapOptions {
	SoapOption get();
	void set(SoapOption value);
}

Property Value

Type: System.Runtime.Remoting.Metadata::SoapOption

A SoapOption configuration value.

A SoapOption value indicates the SOAP configuration options that will be used with a SoapTypeAttribute attribute.

System_CAPS_noteNote

The SoapOptions enumeration has no effect on serialization of objects with the SoapFormatter.

.NET Framework
Available since 1.1
Return to top
Show: