Partager via


ChatMessage.ThreadingInfo Propriété

Définition

Obtient ou définit les informations de thread de conversation pour chatMessage.

public:
 property ChatConversationThreadingInfo ^ ThreadingInfo { ChatConversationThreadingInfo ^ get(); void set(ChatConversationThreadingInfo ^ value); };
ChatConversationThreadingInfo ThreadingInfo();

void ThreadingInfo(ChatConversationThreadingInfo value);
public ChatConversationThreadingInfo ThreadingInfo { get; set; }
var chatConversationThreadingInfo = chatMessage.threadingInfo;
chatMessage.threadingInfo = chatConversationThreadingInfo;
Public Property ThreadingInfo As ChatConversationThreadingInfo

Valeur de propriété

Informations de thread de conversation pour chatMessage.

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à