AmpAccordionSections Property |
List of sections.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public List<Section> Sections { get; }
Public ReadOnly Property Sections As List(Of Section)
Get
public:
property List<Section^>^ Sections {
List<Section^>^ get ();
}
member Sections : List<Section> with get
Property Value
Type:
ListSectionSee Also