/// <summary>Static getter for Section 2 Summary</summary> public static string GetSection2Summary(ISection2Content that) { return(that.GetPropertyValue <string>("section2Summary")); }
/// <summary>Static getter for Section 2 Heading</summary> public static string GetSection2Heading(ISection2Content that) { return(that.GetPropertyValue <string>("section2Heading")); }