Filter Property (HistoryQueryResult)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the name of the filter.
'Declaration
Public Property Filter As String
'Usage
Dim instance As HistoryQueryResult
Dim value As String
instance.Filter = value
value = instance.Filter
public string Filter {get; set;}
Property Value
The name of the filter.Filters are specified as C-like functions and parentheses are always required, even when the filter does not override the default parameters (no parameters are passed). Filter values are NoFilter, ToDiscrete(), SigmaLimit(), and SnapTo(). The default value is NoFilter. If the query does not specify the filter at all, or if its default value is not overridden, then no filter is applied.