Share via


ChatConversationThreadingInfo.Kind Property

Definition

Gets or sets a value that indicates the type of threading info, such as participant, contact ID, conversation ID, and so on.

public:
 property ChatConversationThreadingKind Kind { ChatConversationThreadingKind get(); void set(ChatConversationThreadingKind value); };
ChatConversationThreadingKind Kind();

void Kind(ChatConversationThreadingKind value);
public ChatConversationThreadingKind Kind { get; set; }
var chatConversationThreadingKind = chatConversationThreadingInfo.kind;
chatConversationThreadingInfo.kind = chatConversationThreadingKind;
Public Property Kind As ChatConversationThreadingKind

Property Value

A value that indicates the type of threading info.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to