Condividi tramite


ProviderConsentDefinition.ConsentToAuthorization Property

Definition

Gets or sets a value indicating whether authorization is consented or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to