Gets the DimensionValue for which a link is being generated.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public DimensionValue DimensionValue { get; }
Visual Basic (Declaration)
Public ReadOnly Property DimensionValue As DimensionValue
Visual C++
public:
property DimensionValue^ DimensionValue {
	DimensionValue^ get ();
}

Remarks

If UrlType is Navigate, this dimension value should be selected when constructing the URL.

See Also