FacebookConfiguration.AppNamespace Property

Gets or sets the App Namespace.

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

Syntax

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

value = instance.AppNamespace

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

Property Value

Type: System.String

See Also

Reference

FacebookConfiguration Class

Microsoft.AspNet.Mvc.Facebook Namespace