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