| LoggerBaseName 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 public string Name { get; }
Public ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () sealed;
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
StringThe name of the logger.
Implements
ILoggerNameSee Also