Gets the ID of the dimension.

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

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

ID of the dimension.

See Also