Gets an ICollection containing the keys of this LogEntry.

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

Syntax

C#
public virtual ICollection Keys { get; }
Visual Basic
Public Overridable ReadOnly Property Keys As ICollection
	Get
Visual C++
public:
virtual property ICollection^ Keys {
	ICollection^ get ();
}

Field Value

An ICollection containing the keys of this LogEntry.

Implements

IDictionary..::..Keys

See Also