[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:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public string BaseDomain { get; set; } |
Visual Basic (Declaration) |
---|
Public Property BaseDomain As String |
Visual C++ |
---|
public: virtual property String^ BaseDomain { String^ get () sealed; void set (String^ value) sealed; } |
Implements
Remarks
See Facebook's documentation on Base Domain.