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

Gets or sets the base domain for web applications when the application is run on multiple domains.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
string BaseDomain { get; set; }
Visual Basic (Declaration)
Property BaseDomain As String
Visual C++
property String^ BaseDomain {
	String^ get ();
	void set (String^ value);
}

Remarks

See Facebook's documentation on Base Domain.

See Also

ISessionInfo Interface
Facebook Namespace