コード例 #1
0
 /// <summary>Static getter for Section 3 Heading</summary>
 public static string GetSection3Heading(ISection3Content that)
 {
     return(that.GetPropertyValue <string>("section3Heading"));
 }
コード例 #2
0
 /// <summary>Static getter for Section 3 Feature 3 Summary</summary>
 public static string GetSection3Feature3Summary(ISection3Content that)
 {
     return(that.GetPropertyValue <string>("section3Feature3Summary"));
 }