Accessor which gets the Dimension value ID associated with this refinement config.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
Syntax
| C# |
|---|
public virtual long DimensionValueId { get; set; } |
| Visual Basic |
|---|
Public Overridable Property DimensionValueId As Long Get Set |
| Visual C++ |
|---|
public: virtual property long long DimensionValueId { long long get (); void set (long long value); } |
Field Value
Along
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Set is unsupported |