Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
Properties
 TypeFilterLevel Property

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
BinaryServerFormatterSinkProvider.TypeFilterLevel Property
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 BinaryServerFormatterSink 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

BinaryServerFormatterSinkProvider Class | BinaryServerFormatterSinkProvider Members | System.Runtime.Remoting.Channels Namespace

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker