WebJobsAuthenticationEventRequestBase.Type Property

Definition

Gets or sets the type.

[System.ComponentModel.DataAnnotations.Required]
[System.Text.Json.Serialization.JsonPropertyName("type")]
public string Type { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
[<System.Text.Json.Serialization.JsonPropertyName("type")>]
member this.Type : string with get, set
Public Property Type As String

Property Value

The type.

Attributes

Applies to