BinaryServerFormatterSinkProvider.TypeFilterLevel Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la TypeFilterLevel valeur de la désérialisation automatique effectuée 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
Valeur de propriété
Qui TypeFilterLevel représente le niveau de désérialisation automatique actuel.
- Attributs
Remarques
Les valeurs prises en charge sont Low (la valeur par défaut) et Full. Pour plus d’informations sur les niveaux de désérialisation, consultez Automatic Desérialization in .NET Remoting.