| DefaultFormatterPrefix 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 override string Prefix { get; }
Protected Overrides ReadOnly Property Prefix As String
Get
protected:
virtual property String^ Prefix {
String^ get () override;
}
abstract Prefix : string with get
override Prefix : string with get
Property Value
Type:
StringMessage prefix.
See Also