Request.Settings Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("settings")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public System.Collections.Generic.IDictionary<string,object?> Settings { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("settings")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.Settings : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Settings As IDictionary(Of String, Object)

Property Value

Attributes

Applies to