Queries whether a specified property is supported by the filter.
[Visual Basic] Function QueryProperty( _ ByVal p_nProperty As Integer _ ) As Boolean [C#] bool QueryProperty( int p_nProperty ); [C++] bool QueryProperty( int p_nProperty ); [JScript] function QueryProperty( int p_nProperty ): bool;
True if the specified property is supported, false if it not supported.
IFilter Interface | Okapi.Library.Filter Namespace