Gets the ID of the dimension to which this dimension value belongs.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual long DimensionId { get; }
Visual Basic
Public Overridable ReadOnly Property DimensionId As Long
	Get
Visual C++
public:
virtual property long long DimensionId {
	long long get ();
}

Field Value

ID of the Dimension to which this dimension value belongs.

See Also