'Declaration Public Property SectionParagraphs As List(Of Paragraph)
'Usage Dim instance As Section Dim value As List(Of Paragraph) instance.SectionParagraphs = value value = instance.SectionParagraphs
public List<Paragraph> SectionParagraphs {get; set;}