Gets the properties for this container.

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

Syntax

C#
PropertyMap Properties { get; }
Visual Basic
ReadOnly Property Properties As PropertyMap
	Get
Visual C++
property PropertyMap^ Properties {
	PropertyMap^ get ();
}

Field Value

Properties of this container.

Remarks

Returns an empty property map if there are no properties defined for this container.

See Also