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