| DefaultFormatterEpilogue Property |
[This is preliminary documentation and is subject to change.]
Gets the epilogue.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax public override string Epilogue { get; }
Public Overrides ReadOnly Property Epilogue As String
Get
public:
virtual property String^ Epilogue {
String^ get () override;
}
abstract Epilogue : string with get
override Epilogue : string with get
Property Value
Type:
StringEpilogue.
Implements
ILogFormatterEpilogueSee Also