ServiceSettingsDictionary.TwitterConsumerKey Property
Gets or sets the Twitter consumer key associated with this service.
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public virtual string TwitterConsumerKey { get; set; }
public:
property String^ TwitterConsumerKey {
virtual String^ get();
virtual void set(String^ value);
}
abstract TwitterConsumerKey : string with get, set
override TwitterConsumerKey : string with get, set
Public Overridable Property TwitterConsumerKey As String
Property Value
Type: System.String
See Also
ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top