Returns a PropertyCollection of IProperty objects.

Namespace:  Endeca.Data.Content
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

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

Return Value

A collection of IProperty objects.

See Also