TwitterOptions.ConsumerKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.