Gets the properties of this Supplement.

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 of this supplement.

Implements

IPropertyContainer..::..Properties

Remarks

Returns an empty set of properties if there are no properties associated with this supplement.

See Also