Gets the properties associated with this dimension value.

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

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 associated with this dimension value.

Implements

IPropertyContainer..::..Properties

Remarks

This method will still return a valid but empty property list if there are no properties associated with this dimension value.

See Also