다음을 통해 공유


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

적용 대상