| FormatterBaseSuffix Property |
[This is preliminary documentation and is subject to change.]
Gets the message suffix.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax protected abstract string Suffix { get; }
Protected MustOverride ReadOnly Property Suffix As String
Get
protected:
virtual property String^ Suffix {
String^ get () abstract;
}
abstract Suffix : string with get
Property Value
Type:
StringMessage suffix.
See Also