Gets the properties of the aggregated record.

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

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

The properties of this aggregated record.

Implements

IPropertyContainer..::..Properties

Remarks

If the aggregated record does not have any properties, an empty PropertyMap will still be returned.

See Also