MobileAppSettingsDictionary.FacebookScope Property

 

Gets or sets the Facebook scope associated with this service. One or more values can be specified, separated by spaces.

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

Syntax

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

Property Value

Type: System.String

See Also

MobileAppSettingsDictionary Class
Microsoft.Azure.Mobile.Server Namespace

Return to top