Gets an ICollection containing the keys of this PropertyMap.

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

Field Value

An ICollection containing the keys of this PropertyMap.

Implements

IDictionary..::..Keys

See Also