Share via


TwitterOptions.ConsumerKey プロパティ

定義

Twitter との通信に使用されるコンシューマー キーを取得または設定します。

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

プロパティ値

Twitter との通信に使用されるコンシューマー キー。

適用対象