WebJobsAuthenticationEventsContextUser.Id Property

Definition

Gets the identifier.

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

Property Value

The identifier.

Attributes

Applies to