ChatConversationThreadingInfo.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|