LocalFileSystemEventFilterDefHasReachedMaximum Property |
Gets a value indicating whether this instance has reached the maximum count, if MaximumCount is defined.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool HasReachedMaximum { get; }
Property Value
Type:
Booleantrue if this instance has reached maximum; otherwise,
false.
See Also