SoapServerFormatterSinkProvider::TypeFilterLevel Property
.NET Framework (current version)
Gets or sets the TypeFilterLevel value of automatic deserialization the SoapServerFormatterSink performs.
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
public: [ComVisibleAttribute(false)] property TypeFilterLevel TypeFilterLevel { TypeFilterLevel get(); void set(TypeFilterLevel value); }
Property Value
Type: System.Runtime.Serialization.Formatters::TypeFilterLevelThe TypeFilterLevel that represents the current automatic deserialization level.
Supported values are Low (the default) and Full. For details about deserialization levels, see Automatic Deserialization in .NET Remoting.
.NET Framework
Available since 1.1
Available since 1.1
Show: