Property Properties
Properties
Stores dynamically parsed properties from the expression. Properties are usually in square brackets e.g. windowTitle [type=toplevel] Keys are compared using StringComparer.OrdinalIgnoreCase
Declaration
[JsonIgnore]
public IReadOnlyDictionary<string, string> Properties { get; init; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, string> |