ChatConversationThreadingInfo.Custom Property

Definition

Gets or sets a string where you can store your own custom threading info.

public:
 property Platform::String ^ Custom { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Custom();

void Custom(winrt::hstring value);
public string Custom { get; set; }
var string = chatConversationThreadingInfo.custom;
chatConversationThreadingInfo.custom = string;
Public Property Custom As String

Property Value

String

Platform::String

winrt::hstring

A string where you can store your own custom threading info.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to