WebJobsAuthenticationEventRequest<TResponse,TData>.Data Property

Definition

Gets or sets the related EventData model.

[System.ComponentModel.DataAnnotations.Required]
[System.Text.Json.Serialization.JsonPropertyName("data")]
public TData Data { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
[<System.Text.Json.Serialization.JsonPropertyName("data")>]
member this.Data : 'Data with get, set
Public Property Data As TData

Property Value

TData

The Json payload.

Attributes

Applies to