Diversity, Equity & Inclusion Committee Meeting

Description

For more information or to RSVP, please email Amy Fletcher at afletcher@lirealtor.com **Please note, this meeting will be held in Melville**

  • Nov 04, 10:00 AM to 11:30 AM
  • USA
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); }