Accessor which gets the Dimension value ID associated with this refinement config.

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

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

A
CopyC#
long
number, strictly greater than 0.

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionSet is unsupported

See Also