SoapServerFormatterSinkProvider.TypeFilterLevel Eigenschaft
Definition
Ruft den TypeFilterLevel
-Wert der automatischen Deserialisierung ab, die von der SoapServerFormatterSink
ausgeführt wird, oder legt diesen fest.Gets or sets the TypeFilterLevel
value of automatic deserialization the SoapServerFormatterSink
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
Eigenschaftswert
Das TypeFilterLevel
, das die aktuelle Ebene der automatischen Deserialisierung darstellt.The TypeFilterLevel
that represents the current automatic deserialization level.
- Attribute
Hinweise
Unterstützte Werte sind Low
(Standard) und Full
.Supported values are Low
(the default) and Full
. Weitere Informationen zu Deserialisierungsebenen finden Sie unter Automatische Deserialisierung in .NET-Remoting.For details about deserialization levels, see Automatic Deserialization in .NET Remoting.