共用方式為


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

適用於