Interface for an object that has properties and has those properties exposed as a PropertyMap. The purpose for this interface is to allow common code to be used in the extraction of any object that supports this interface, for example building tag libraries around property containers.

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

Syntax

C#
public interface IPropertyContainer
Visual Basic
Public Interface IPropertyContainer
Visual C++
public interface class IPropertyContainer

See Also