Gets and sets the set of refinements that should be exposed / returned
with the navigation query.

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

Parents of the refinements that should be returned with the
navigation query. null if none have been specified.

The refinements specifies a list of value Ids that correlate to
the parents of the refinements that should be returned with the query.
If the NavAllRefinements returns false,
no refinements will be returned and thus refinements must be
specified via this set method to be returned. If
NavAllRefinements returns true this
method will be ignored unless it includes non-navigable values.