Gets the set of all properties in this PropertyMap.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Field Value

The set of all properties.

See Also