Compartir a través de


ChatMessage.IsForwardingDisabled Propiedad

Definición

Obtiene un valor booleano que indica si el reenvío está deshabilitado.

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

Valor de propiedad

Boolean

bool

Valor booleano que indica si el reenvío está deshabilitado.

Requisitos de Windows

Características de aplicaciones
chat chatSystem smsSend

Se aplica a