次の方法で共有


TermsOfServiceProperties.ConsentRequired プロパティ

定義

サービス条件への同意をユーザーに求める値を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象