TwitterOptions.ConsumerKey Property

Definition

Gets or sets the consumer key used to communicate with 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

Property Value

The consumer key used to communicate with Twitter.

Applies to