Okapi .NET Library

FilterProperty.INPUTSTRING Field

 [This is preliminary documentation and subject to change.]

Constant value = 1. Queries whether the filter supports input for strings.

[Visual Basic]
Public const INPUTSTRING As Integer = 1
[C#]
public const int INPUTSTRING = 1;
[C++]
public: const int INPUTSTRING = 1;
[JScript]
public const var INPUTSTRING: int = 1;

See Also

FilterProperty Class | Okapi.Library.Filter Namespace