Gets a value indicating whether the LogEntry has a fixed size.

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

Syntax

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

Field Value

true if the LogEntry is a fixed size; otherwise, false. The default is false.

Implements

IDictionary..::..IsFixedSize

See Also