Class DiscardSearchResultsCommandSettings
DiscardSearchResults
public sealed class DiscardSearchResultsCommandSettings : ICommand- Inheritance
- 
      
      DiscardSearchResultsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
SearchId
Gets or sets the searchId
[JsonPropertyName("searchId")]
public string SearchId { get; set; }