Gets the supplements to this dimension search result.

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

Syntax

C#
public virtual SupplementList Supplements { get; internal set; }
Visual Basic
Public Overridable Property Supplements As SupplementList
	Get
	Friend Set
Visual C++
public:
virtual property SupplementList^ Supplements {
	SupplementList^ get ();
	internal: void set (SupplementList^ value);
}

Field Value

A SupplementList containing the supplements to this dimension search result.

Remarks

Returns an empty set if there are no supplements.

See Also