Memorandum of Understanding

LIBOR's Global Committee connects and supports International real estate associations worldwide with Memorandums of Understandings or MOUS. An MOU is an agreement between 2 associations to open a direct line of communication to encourage international business between each other's memberships, share market and housing data, and promote educational sessions, conferences, networking opportunities and trade missions.

protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }