Gets a value indicating whether the LogEntry is read-only.

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

Syntax

C#
public virtual bool IsReadOnly { get; }
Visual Basic
Public Overridable ReadOnly Property IsReadOnly As Boolean
	Get
Visual C++
public:
virtual property bool IsReadOnly {
	bool get ();
}

Field Value

true if the LogEntry is read-only; otherwise, false. The default is false.

Implements

IDictionary..::..IsReadOnly

See Also