Gets the properties for this record. If there are no properties for a record, an empty PropertyMap will be returned.

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

Properties for this record.

Implements

IPropertyContainer..::..Properties

See Also