The collection of refinements whose children should be returned in 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 = "Nrc")]
public RefinementConfigCollection RefinementConfigs { get; private set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Nrc")> _
Public Property RefinementConfigs As RefinementConfigCollection
Visual C++
[CommandParameterPropertyAttribute(Key = L"Nrc")]
public:
property RefinementConfigCollection^ RefinementConfigs {
	RefinementConfigCollection^ get ();
	void set (RefinementConfigCollection^ value);
}

See Also