This operation is not supported.
Namespace: Endeca.LoggingAssembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.3.0
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 LogEntry.Implements
ICollection..::..SyncRoot
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Always. |