Request.Data Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("data")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public object? Data { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("data")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.Data : obj with get, set
Public Property Data As Object

Property Value

Attributes

Applies to