Gets a value indicating whether this instance can watch file.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
bool CanWatchFile { get; }
Visual Basic
ReadOnly Property CanWatchFile As Boolean
	Get

Property Value

Type: Boolean
true if this instance can watch file; otherwise, false.

See Also