FacebookAuthenticationOptions.AppId Property

Gets or sets the application identifier.

Namespace:  Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

Syntax

'Declaration
Public Property AppId As String 
    Get 
    Set
'Usage
Dim instance As FacebookAuthenticationOptions 
Dim value As String 

value = instance.AppId

instance.AppId = value
public string AppId { get; set; }
public:
property String^ AppId {
    String^ get ();
    void set (String^ value);
}
member AppId : string with get, set
function get AppId () : String 
function set AppId (value : String)

Property Value

Type: System.String
The application identifier.

See Also

Reference

FacebookAuthenticationOptions Class

Microsoft.Owin.Security.Facebook Namespace