This operation is not supported.

Namespace: Endeca.Navigation
Assembly: 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 DimensionSearchResultGroupList.

Implements

ICollection..::..SyncRoot

Exceptions

ExceptionCondition
System..::..NotSupportedException Always.

See Also