Aspose::Email::Amp::SectionHeader Class Reference

Represents the heading for the section More...

Inherits Object.

Public Member Functions

SectionHeaderType get_Type () const
 Type of header. More...
 
void set_Type (SectionHeaderType value)
 Type of header. More...
 
System::String get_Value () const
 Header's value. More...
 
void set_Value (System::String value)
 Header's value. More...
 
 SectionHeader (SectionHeaderType type, System::String value)
 Initialaze new instans of SectionHeader. More...
 

Detailed Description

Represents the heading for the section

Constructor & Destructor Documentation

◆ SectionHeader()

Aspose::Email::Amp::SectionHeader::SectionHeader ( SectionHeaderType  type,
System::String  value 
)

Initialaze new instans of SectionHeader.

Parameters
type
value

Member Function Documentation

◆ get_Type()

SectionHeaderType Aspose::Email::Amp::SectionHeader::get_Type ( ) const

Type of header.

◆ get_Value()

System::String Aspose::Email::Amp::SectionHeader::get_Value ( ) const

Header's value.

◆ set_Type()

void Aspose::Email::Amp::SectionHeader::set_Type ( SectionHeaderType  value)

Type of header.

◆ set_Value()

void Aspose::Email::Amp::SectionHeader::set_Value ( System::String  value)

Header's value.