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