Gets the ID of this dimension value.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

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

Field Value

The ID of this dimension value.

Remarks

Every dimension value has a unique ID.

See Also