次の方法で共有


Provider.ProviderAuthorizationConsentState プロパティ

定義

プロバイダー承認の同意状態を取得または設定します。 指定できる値は、'NotSpecified'、'Required'、'NotRequired'、'Consented' です。

[Newtonsoft.Json.JsonProperty(PropertyName="providerAuthorizationConsentState")]
public string ProviderAuthorizationConsentState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="providerAuthorizationConsentState")>]
member this.ProviderAuthorizationConsentState : string with get, set
Public Property ProviderAuthorizationConsentState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象