[]
Gets or sets a value indicating whether user preferences will be saved to browser storage.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] public bool? StoreUserPreferences { get; set; }
true if user preferences should be saved; otherwise, false.
true
false