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