{description}
{excerpt}Returns an array of [Section|Section] objects that represents all the sections in this Document.{excerpt}
{signature:C#}
 public Section[] Sections{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Sections() As Section()
{signature}