A PropertyMap of properties containing key, value pairs.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public PropertyMap Properties { get; }
Visual Basic (Declaration)
Public ReadOnly Property Properties As PropertyMap
Visual C++
public:
property PropertyMap^ Properties {
	PropertyMap^ get ();
}

See Also