The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BinaryFormatter::FilterLevel Property
.NET Framework (current version)
Gets or sets the TypeFilterLevel of automatic deserialization the BinaryFormatter performs.
Assembly: mscorlib (in mscorlib.dll)
public: property TypeFilterLevel FilterLevel { TypeFilterLevel get(); void set(TypeFilterLevel value); }
Property Value
Type: System.Runtime.Serialization.Formatters::TypeFilterLevelThe TypeFilterLevel that represents the current automatic deserialization level.
.NET Framework
Available since 1.1
Available since 1.1
BinaryFormatter Class
System.Runtime.Serialization.Formatters.Binary Namespace
[<topic://cpconAutomaticDeserializationInNETRemoting>]
Show: