Creates instance of SectionValue.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic SectionValue(
Object data
)
Public Sub New (
data As Object
)
public:
SectionValue(
Object^ data
)
new :
data : Object -> SectionValue
Parameters
- data
- Type: SystemObject
See Also