[This is preliminary documentation and is subject to change.]

Gets or sets the application secret for the application that is supplied by Facebook.

Namespace:  Facebook.Configuration
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
[ConfigurationPropertyAttribute("secret", IsRequired = true)]
public string Secret { get; set; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("secret", IsRequired := True)> _
Public Property Secret As String
Visual C++
[ConfigurationPropertyAttribute(L"secret", IsRequired = true)]
public:
property String^ Secret {
	String^ get ();
	void set (String^ value);
}

See Also

FacebookApplicationElement Class
Facebook.Configuration Namespace