Namespace: Endeca.Logging
Assembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.0.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 ();
}

Implements

IDictionary..::..Keys

See Also