BinaryServerFormatterSinkProvider.TypeFilterLevel Właściwość

Definicja

Pobiera lub ustawia TypeFilterLevel wartość automatycznej deserializacji BinaryServerFormatterSink wykonywanej.

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

Wartość właściwości

Wartość TypeFilterLevel reprezentująca bieżący poziom deserializacji automatycznej.

Atrybuty

Uwagi

Obsługiwane wartości to Low (wartość domyślna) i Full. Aby uzyskać szczegółowe informacje na temat poziomów deserializacji, zobacz Automatyczne deserializacji w programie .NET Remoting.

Dotyczy