Share via


SettingInfo.SearchKeywords Property

Definition

Gets a localized string containing search keywords for the setting, or null if the setting has no keywords. For search keyword matching, the string is tokenized using whitespace and punctuation as delimiters. Capital letters are also respected for camelCase matching.

public:
 property System::String ^ SearchKeywords { System::String ^ get(); };
public string? SearchKeywords { get; }
member this.SearchKeywords : string
Public ReadOnly Property SearchKeywords As String

Property Value

Applies to