Gets the Dimension to which this DimensionValue belongs.

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

Syntax

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

Exceptions

ExceptionCondition
System..::.NotSupportedException If this property is accessed on a DisconnectedDimensionValue.

See Also