Gets a value indicating whether access to the
PropertyMap
is synchronized (thread-safe).
Namespace: Endeca.NavigationAssembly: 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
PropertyMap is synchronized
(thread-safe); otherwise,
false. The default is
false.
Implements
ICollection..::..IsSynchronized
See Also