SoapFormatter::FilterLevel Property

 

Gets or sets the TypeFilterLevel of automatic deserialization for .NET Framework remoting.

Namespace:   System.Runtime.Serialization.Formatters.Soap
Assembly:  System.Runtime.Serialization.Formatters.Soap (in System.Runtime.Serialization.Formatters.Soap.dll)

public:
property TypeFilterLevel FilterLevel {
	TypeFilterLevel get();
	void set(TypeFilterLevel value);
}

Property Value

Type: System.Runtime.Serialization.Formatters::TypeFilterLevel

The TypeFilterLevel that represents the current automatic deserialization level.

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

.NET Framework
Available since 1.1
Return to top
Show: