Gets and sets the navigation values that describe a navigation state
that restrict the number of values that can be searched from.

C# | Visual Basic | Visual C++ |
public virtual DimValIdList DimSearchNavDescriptors{ get; set;}
Public Overridable Property DimSearchNavDescriptors As DimValIdList
public: virtual property DimValIdList^ DimSearchNavDescriptors { DimValIdList^ get (); void set (DimValIdList^ value); }

Values that describe a navigation state restriction on the searchable values.

By specifying a navigation restriction, the dimension search is not
made from the entire space of values, but instead just the values that
are still available as refinements from the specified navigation state.