Compartir a través de


ChatMessage.ShouldSuppressNotification Propiedad

Definición

Obtiene o establece un valor booleano que indica si se debe suprimir la notificación de recepción del ChatMessage .

public:
 property bool ShouldSuppressNotification { bool get(); void set(bool value); };
bool ShouldSuppressNotification();

void ShouldSuppressNotification(bool value);
public bool ShouldSuppressNotification { get; set; }
var boolean = chatMessage.shouldSuppressNotification;
chatMessage.shouldSuppressNotification = boolean;
Public Property ShouldSuppressNotification As Boolean

Valor de propiedad

Boolean

bool

Valor booleano que indica si se debe suprimir la notificación de recepción del ChatMessage .

Requisitos de Windows

Características de aplicaciones
chat chatSystem smsSend

Se aplica a