WebJobsAuthenticationEventRequestBase.StatusMessage Property

Definition

Gets or sets the status message.

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

Property Value

The status message.

Attributes

Applies to