Share via


ChatQueryOptions.SearchString Property

Definition

Gets or sets the string to search for the in ChatMessageStore.

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

void SearchString(winrt::hstring value);
public string SearchString { get; set; }
var string = chatQueryOptions.searchString;
chatQueryOptions.searchString = string;
Public Property SearchString As String

Property Value

String

Platform::String

winrt::hstring

The string to search for the in ChatMessageStore.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to