MessageDescription.ShouldSerializeProtectionLevel Méthode
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.
Retourne une valeur qui indique si la propriété ProtectionLevel utilise une autre valeur que sa valeur par défaut et doit être sérialisée.
public:
bool ShouldSerializeProtectionLevel();
public bool ShouldSerializeProtectionLevel ();
member this.ShouldSerializeProtectionLevel : unit -> bool
Public Function ShouldSerializeProtectionLevel () As Boolean
Retours
true
si la valeur de la propriété ProtectionLevel doit être sérialisée ; sinon, false
.