Share via


Map.valueSet Method

Definition

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

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

Returns

Set

A set that contains the values from the map.

Remarks

If all the keys map to different values, the number of elements in the set is equal to the number of elements in the map.

Applies to