Represents the heading for the section.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic SectionHeader Header { get; set; }
Public Property Header As SectionHeader
Get
Set
public:
property SectionHeader^ Header {
SectionHeader^ get ();
void set (SectionHeader^ value);
}
member Header : SectionHeader with get, set
Property Value
Type:
SectionHeader
See Also