TermsOfServiceProperties.ConsentRequired Property

Definition

Gets or sets ask user for consent to the terms of service.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to