SavedFilterKeyCount Property |
Gets the number of keys for this static (
Static) filter. If the
filter is not static, or the number of keys cannot be determined, -1 is returned. Note that,
for performance reasons,
KeyCount is preferred over flt.
Keys.Count
if no other use of the
Keys collection is being made because accessing the
Keys
collection will cause the keys collection to be loaded if it was not already loaded.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int KeyCount { get; }
Public ReadOnly Property KeyCount As Integer
Get
Property Value
Type:
Int32See Also