Gets the number of elements actually contained in the LogEntry.

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

Syntax

C#
public virtual int Count { get; }
Visual Basic
Public Overridable ReadOnly Property Count As Integer
	Get
Visual C++
public:
virtual property int Count {
	int get ();
}

Field Value

The number of elements actually contained in the LogEntry.

Implements

ICollection..::..Count

See Also