FacebookLoginProvider.Config Property
Gets the HttpConfiguration for this instance.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
protected HttpConfiguration Config {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
protected:
property HttpConfiguration^ Config {
[CompilerGeneratedAttribute]
HttpConfiguration^ get();
[CompilerGeneratedAttribute]
private: void set(HttpConfiguration^ value);
}
member Config : HttpConfiguration with get, private set
Protected Property Config As HttpConfiguration
Get
Private Set
End Property
Property Value
Type: System.Web.Http.HttpConfiguration
See Also
FacebookLoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace
Return to top