ChatMessage.IsForwardingDisabled 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 une valeur booléenne indiquant si le transfert est désactivé.
public:
property bool IsForwardingDisabled { bool get(); void set(bool value); };
bool IsForwardingDisabled();
void IsForwardingDisabled(bool value);
public bool IsForwardingDisabled { get; set; }
var boolean = chatMessage.isForwardingDisabled;
chatMessage.isForwardingDisabled = boolean;
Public Property IsForwardingDisabled As Boolean
Valeur de propriété
Boolean
bool
Valeur booléenne indiquant si le transfert est désactivé.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|