Share via


Map.rangeSet Method

Definition

Returns a set that contains the values (ranges) that are mapped to by the keys in a map.

public:
 Microsoft::Dynamics::Ax::Xpp::Set ^ rangeSet();
public Microsoft.Dynamics.Ax.Xpp.Set rangeSet ();
member this.rangeSet : unit -> Microsoft.Dynamics.Ax.Xpp.Set
Public Function rangeSet () As Set

Returns

Set

Remarks

This method is obsolete; use the Map.valueSet method instead.

Applies to