Gets the ID of the dimension.

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

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