SoapServerFormatterSink.TypeFilterLevel Property

Definition

Gets or sets the TypeFilterLevel value of automatic deserialization the SoapServerFormatterSink performs.

public:
 property System::Runtime::Serialization::Formatters::TypeFilterLevel TypeFilterLevel { System::Runtime::Serialization::Formatters::TypeFilterLevel get(); void set(System::Runtime::Serialization::Formatters::TypeFilterLevel value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Runtime.Serialization.Formatters.TypeFilterLevel TypeFilterLevel { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.TypeFilterLevel : System.Runtime.Serialization.Formatters.TypeFilterLevel with get, set
Public Property TypeFilterLevel As TypeFilterLevel

Property Value

The TypeFilterLevel that represents the current automatic deserialization level.

Attributes

Remarks

Supported values are Low (the default) and Full. For details about deserialization levels, see Automatic Deserialization in .NET Remoting.

Applies to