This operation is not supported.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual Object SyncRoot { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property SyncRoot As Object Get |
| Visual C++ |
|---|
public: virtual property Object^ SyncRoot { Object^ get (); } |
Field Value
An object that can be used to synchronize access to the PropertyMap.Implements
ICollection..::..SyncRoot
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Always. |