BinaryServerFormatterSinkProvider.TypeFilterLevel 属性

定义

获取或设置 TypeFilterLevel 执行的自动反序列化的 BinaryServerFormatterSink 值。Gets or sets the TypeFilterLevel value of automatic deserialization the BinaryServerFormatterSink performs.

public:
 property System::Runtime::Serialization::Formatters::TypeFilterLevel TypeFilterLevel { System::Runtime::Serialization::Formatters::TypeFilterLevel get(); void set(System::Runtime::Serialization::Formatters::TypeFilterLevel value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Runtime.Serialization.Formatters.TypeFilterLevel TypeFilterLevel { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.TypeFilterLevel : System.Runtime.Serialization.Formatters.TypeFilterLevel with get, set
Public Property TypeFilterLevel As TypeFilterLevel

属性值

TypeFilterLevel

表示当前自动反序列化级别的 TypeFilterLevelThe TypeFilterLevel that represents the current automatic deserialization level.

属性

注解

支持的值为 Low 默认) 和 (FullSupported values are Low (the default) and Full. 有关反序列化级别的详细信息,请参阅 .Net 远程处理中的自动反序列化For details about deserialization levels, see Automatic Deserialization in .NET Remoting.

适用于