Accessor which gets and sets the maximum number of dimension values (refinements) to return to the user.
This is only used if the dimension value has Dynamic Ranking enabled.

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

An
CopyC# specifying the maximum number of dimension values to return.
An empty
CopyC# indicates to use
the settings in Developer Studio.
Defaults to an empty
CopyC#.

OptionalInt

OptionalInt

OptionalInt