FacebookConfiguration.AppSecret Property

Gets or sets the App Secret.

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

Syntax

'Declaration
Public Property AppSecret As String 
    Get 
    Set
'Usage
Dim instance As FacebookConfiguration 
Dim value As String 

value = instance.AppSecret

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

Property Value

Type: System.String

See Also

Reference

FacebookConfiguration Class

Microsoft.AspNet.Mvc.Facebook Namespace