ChatConversationThreadingInfo.ConversationId 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 the ID of the ChatConversation.
public:
property Platform::String ^ ConversationId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ConversationId();
void ConversationId(winrt::hstring value);
public string ConversationId { get; set; }
var string = chatConversationThreadingInfo.conversationId;
chatConversationThreadingInfo.conversationId = string;
Public Property ConversationId As String
Property Value
The ID of the ChatConversation.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|