[]
Gets or sets a value indicating whether to disable the usage of the system clipboard.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] public bool? DisableSystemClipboard { get; set; }
true if the system clipboard usage should be disabled; otherwise, false.
true
false