Condividi tramite


OptionalClaim.Essential Property

Definition

Gets or sets is this a required claim.

[Newtonsoft.Json.JsonProperty(PropertyName="essential")]
public bool? Essential { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="essential")>]
member this.Essential : Nullable<bool> with get, set
Public Property Essential As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to