TwitterOptions.ConsumerSecret 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 secret used to sign requests to Twitter.
public:
property System::String ^ ConsumerSecret { System::String ^ get(); void set(System::String ^ value); };
public string ConsumerSecret { get; set; }
public string? ConsumerSecret { get; set; }
member this.ConsumerSecret : string with get, set
Public Property ConsumerSecret As String
Property Value
The consumer secret used to sign requests to Twitter.