共用方式為


TwitterOptions.ConsumerKey 屬性

定義

取得或設定用來與 Twitter 通訊的取用者索引鍵。

public:
 property System::String ^ ConsumerKey { System::String ^ get(); void set(System::String ^ value); };
public string ConsumerKey { get; set; }
member this.ConsumerKey : string with get, set
Public Property ConsumerKey As String

屬性值

用來與 Twitter 通訊的取用者索引鍵。

適用於