Property UserInfo
UserInfo
Key-value collection sent or received with the notification. Note, that some of the other notification properties are transfered using this collection, it is not recommended to modify existing items.
Declaration
public Dictionary<string, string> UserInfo { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |