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