Property describing whether this Reducer is idempotent. The default value
is false.
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public virtual bool IsRecursive { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property IsRecursive As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsRecursive { bool get (); } |