| LogEntryProperties Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the additional properties.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax public IDictionary<string, Object> Properties { get; set; }
Public Property Properties As IDictionary(Of String, Object)
Get
Set
public:
property IDictionary<String^, Object^>^ Properties {
IDictionary<String^, Object^>^ get ();
void set (IDictionary<String^, Object^>^ value);
}
member Properties : IDictionary<string, Object> with get, set
Property Value
Type:
IDictionaryString,
ObjectAdditional properties.
See Also