Class PerformSearchCommandSettings
PerformSearch
public sealed class PerformSearchCommandSettings : ICommand- Inheritance
- 
      
      PerformSearchCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
IncludeUserAgentShadowDOM
Gets or sets the includeUserAgentShadowDOM
[JsonPropertyName("includeUserAgentShadowDOM")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeUserAgentShadowDOM { get; set; }Property Value
- bool?
Query
Gets or sets the query
[JsonPropertyName("query")]
public string Query { get; set; }