SettingInfo.SearchKeywords 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 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