Gets the ID of the dimension to which this dimension value belongs.
Namespace: Endeca.NavigationAssembly: 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 (); } |