Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework. Gets or sets the TypeFilterLevel of automatic deserialization the SoapServerFormatterSink performs.
[Visual Basic]
<ComVisible(False)>
Public Property TypeFilterLevel As TypeFilterLevel
[C#]
[ComVisible(false)]
public TypeFilterLevel TypeFilterLevel {get; set;}
[C++]
[ComVisible(false)]
public: __property TypeFilterLevel get_TypeFilterLevel();
public: __property void set_TypeFilterLevel(TypeFilterLevel);
[JScript]
public
ComVisible(false)
function get TypeFilterLevel() : TypeFilterLevel;
public function set TypeFilterLevel(TypeFilterLevel); Property Value
The TypeFilterLevel representing the current automatic deserialization level.
Remarks
Supported values are Low (the default) and Full. For details about deserialization levels, see Automatic Deserialization in .NET Remoting.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
See Also
SoapServerFormatterSink Class | SoapServerFormatterSink Members | System.Runtime.Remoting.Channels Namespace