ChatMessage.ShouldSuppressNotification Proprietà

Definizione

Ottiene o imposta un valore booleano che indica se la notifica di ricezione di ChatMessage deve essere eliminata.

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

Valore della proprietà

Boolean

bool

Valore booleano che indica se la notifica di ricezione di ChatMessage deve essere eliminata.

Requisiti Windows

Funzionalità dell'app
chat chatSystem smsSend

Si applica a