Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Facebook-assigned appId
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public string AppId { get; set; }
public:
property String^ AppId {
String^ get();
void set(String^ value);
}
member AppId : string with get, set
Public Property AppId As String
Property Value
Type: System.String
Returns String.
See Also
FacebookAuthenticationOptions Class
Microsoft.Owin.Security.Facebook Namespace
Return to top