Filter Property (HistoryQueryArgs)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the name of the filter for analog tags.
'Declaration
Public Property Filter As String
'Usage
Dim instance As HistoryQueryArgs
Dim value As String
instance.Filter = value
value = instance.Filter
public string Filter {get; set;}