The ID of the DimensionValue that this RefinementConfig controls.

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

Syntax

C#
[DefaultValueAttribute()]
public string DimensionValueId { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property DimensionValueId As String
Visual C++
[DefaultValueAttribute()]
public:
property String^ DimensionValueId {
	String^ get ();
	void set (String^ value);
}

Remarks

Note that in the case of Dimensions, the Dimension ID and the Root DimensionValue ID are always the same.

See Also