Okapi .NET Library

IFilter.QueryProperty Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_nProperty
Property to query. The value must be one of the FilterProperty values.

Return Value

True if the specified property is supported, false if it not supported.

See Also

IFilter Interface | Okapi.Library.Filter Namespace