BinaryServerFormatterSinkProvider.TypeFilterLevel プロパティ

定義

TypeFilterLevel が実行する自動逆シリアル化の BinaryServerFormatterSink 値を取得または設定します。

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

属性

注釈

サポートされている値は Low (既定値) と です Full。 逆シリアル化レベルの詳細については、「 .NET リモート処理での自動逆シリアル化」を参照してください。

適用対象