Message.IsEmpty 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.
Retourne une valeur qui indique si Message est vide.
public:
virtual property bool IsEmpty { bool get(); };
public virtual bool IsEmpty { get; }
member this.IsEmpty : bool
Public Overridable ReadOnly Property IsEmpty As Boolean
Valeur de propriété
true si le message est vide ; sinon, false.
Exceptions
Le message a été supprimé.