| ILoggerName Property |
[This is preliminary documentation and is subject to change.]
Gets the name of the logger.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax ReadOnly Property Name As String
Get
property String^ Name {
String^ get ();
}
abstract Name : string with get
Property Value
Type:
StringThe name of the logger.
See Also