Click or drag to resize

LocalFileSystemEventFilterDefHasReachedMaximum Property

Gets a value indicating whether this instance has reached the maximum count, if MaximumCount is defined.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool HasReachedMaximum { get; }

Property Value

Type: Boolean
true if this instance has reached maximum; otherwise, false.
See Also