FacebookConfiguration.AppId Property

Gets or sets the App ID.

Namespace:  Microsoft.AspNet.Mvc.Facebook
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
Public Property AppId As String 
    Get 
    Set
'Usage
Dim instance As FacebookConfiguration 
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

See Also

Reference

FacebookConfiguration Class

Microsoft.AspNet.Mvc.Facebook Namespace