SettingCategory.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 list of additional keywords to associate with the registration when searching in the UI.
[System.Runtime.Serialization.DataMember(Name="additionalKeywords")]
public string[]? SearchKeywords { get; init; }
[<System.Runtime.Serialization.DataMember(Name="additionalKeywords")>]
member this.SearchKeywords : string[] with get, set
Public Property SearchKeywords As String()
Property Value
String[]
- Attributes