次の方法で共有


ProviderConsentDefinition.ConsentToAuthorization プロパティ

定義

承認が同意されているかどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象