ChatMessage.IsIncoming 屬性

定義

取得布林值,指出訊息是否傳入或傳出。

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

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

屬性值

Boolean

bool

布林值,指出訊息是否傳入或傳出。 TRUE 表示傳入,FALSE 表示傳出。

Windows 需求

應用程式功能
chat chatSystem smsSend

適用於