The collection of refinements whose children should be returned in the results.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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); } |