/// <summary>Static getter for Get In Touch Content</summary>
 public static IHtmlString GetGetInTouchContent(IGetInTouchComposition that)
 {
     return(that.GetPropertyValue <IHtmlString>("getInTouchContent"));
 }
 /// <summary>Static getter for Get in Touch Button</summary>
 public static RJP.MultiUrlPicker.Models.Link GetGetInTouchButton(IGetInTouchComposition that)
 {
     return(that.GetPropertyValue <RJP.MultiUrlPicker.Models.Link>("getInTouchButton"));
 }