WebJobsAuthenticationEventRequest<TResponse,TData>.Response Property

Definition

Gets or sets the related EventResponse object.

[System.Text.Json.Serialization.JsonPropertyName("response")]
public TResponse Response { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("response")>]
member this.Response : 'Response with get, set
Public Property Response As TResponse

Property Value

TResponse

The response.

Attributes

Applies to