StandardFormatterFooter Property |
Gest the footer string.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic override string Footer { get; }
Public Overrides ReadOnly Property Footer As String
Get
public:
virtual property String^ Footer {
String^ get () override;
}
abstract Footer : string with get
override Footer : string with get
Property Value
Type:
StringImplements
IFormatterFooter
See Also