Gets the properties for this Endeca Dimension or Property key.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

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

Field Value

A PropertyMap containing the properties for this key.

See Also