Gets the collection of RecordAttribute instances describing the dimension and properties to be retrieved when this data source makes a navigation query.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public Collection<RecordAttribute> IncludedRecordAttributes { get; }
Visual Basic (Declaration)
Public ReadOnly Property IncludedRecordAttributes As Collection(Of RecordAttribute)
Visual C++
public:
property Collection<RecordAttribute^>^ IncludedRecordAttributes {
	Collection<RecordAttribute^>^ get ();
}

See Also