Gets a value indicating whether access to the ERecIdList is synchronized (thread-safe).

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual bool IsSynchronized { get; }
Visual Basic
Public Overridable ReadOnly Property IsSynchronized As Boolean
	Get
Visual C++
public:
virtual property bool IsSynchronized {
	bool get ();
}

Field Value

true if access to the ERecIdList is synchronized (thread-safe); otherwise, false. The default is false.

Implements

ICollection..::..IsSynchronized

See Also