Map.valueSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.