Endeca Presentation and Logging APIs

Namespace:  Endeca.Logging
Assembly:  Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.0.0

Syntax

C#
public virtual Object SyncRoot { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property SyncRoot As Object
Visual C++
public:
virtual property Object^ SyncRoot {
	Object^ get ();
}

Implements

ICollection..::.SyncRoot

See Also