Okapi .NET Library

FilterAccess.FilterCount Property

 [This is preliminary documentation and subject to change.]

Gets the number of filters loaded in the list.

[Visual Basic]
Public Property ReadOnly FilterCount As Integer
[C#]
public int FilterCount { get; }
[C++]
public: __property int get_FilterCount();
[JScript]
public function get FilterCount() : int

See Also

FilterAccess Class | Okapi.Library.Filter Namespace