MobileAppSettingsDictionary.TwitterConsumerSecret Property

 

Gets or sets the Twitter consumer secret associated with this service.

Namespace:   Microsoft.Azure.Mobile.Server
Assembly:  Microsoft.Azure.Mobile.Server (in Microsoft.Azure.Mobile.Server.dll)

Syntax

public virtual string TwitterConsumerSecret { get; set; }
public:
property String^ TwitterConsumerSecret {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract TwitterConsumerSecret : string with get, set
override TwitterConsumerSecret : string with get, set
Public Overridable Property TwitterConsumerSecret As String

Property Value

Type: System.String

See Also

MobileAppSettingsDictionary Class
Microsoft.Azure.Mobile.Server Namespace

Return to top