ChatMessage.IsReceivedDuringQuietHours 屬性

定義

取得或設定布林值,指出是否在使用者指定的無訊息期間收到訊息。

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

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

屬性值

Boolean

bool

布林值,指出使用者指定的無訊息時是否收到訊息。

Windows 需求

應用程式功能
chat chatSystem smsSend

適用於