Gets the filter text.
Namespace: ININ.IceLib.StatisticsAssembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public string FilterText { get; private set; } |
Visual Basic |
---|
Public Property FilterText As String Get Private Set |
Field Value
The filter text.Remarks
The filter text is applied to the results of the query. For instance, if the query is for ParameterType
Agent and the filter text is "Jones", only those ParameterValues that contain the string "Jones" will
be returned. If the results should not be filtered, set this property to an empty string.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.