The collection of dimensions and properties which should be returned with the results.

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

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Nra")]
public RecordAttributeCollection IncludedRecordAttributes { get; private set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Nra")> _
Public Property IncludedRecordAttributes As RecordAttributeCollection
Visual C++
[CommandParameterPropertyAttribute(Key = L"Nra")]
public:
property RecordAttributeCollection^ IncludedRecordAttributes {
	RecordAttributeCollection^ get ();
	void set (RecordAttributeCollection^ value);
}

See Also