次の方法で共有


SiteAuthSettingsInner.TwitterConsumerKey プロパティ

定義

サインインに使用する Twitter アプリケーションの OAuth 1.0a コンシューマー キーを取得または設定します。 この設定は、Twitter サインインを有効にするために必要です。 Twitter Sign-Inドキュメント: https://dev.twitter.com/web/sign-in

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象