Partager via


ChatMessage.IsForwardingDisabled Propriété

Définition

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

Configuration requise Description
Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à