Click or drag to resize
LogEntryProperties Property

[This is preliminary documentation and is subject to change.]

Gets or sets the additional properties.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public IDictionary<string, Object> Properties { get; set; }

Property Value

Type: IDictionaryString, Object
Additional properties.
See Also