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