ChatQueryOptions.SearchString 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 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
The string to search for the in ChatMessageStore.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|