Map.valueType 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 the type of the values that are mapped to by the keys in a map.
public:
Microsoft::Dynamics::Ax::Xpp::Types valueType();
public Microsoft.Dynamics.Ax.Xpp.Types valueType ();
member this.valueType : unit -> Microsoft.Dynamics.Ax.Xpp.Types
Public Function valueType () As Types
Returns
The type of the values that are mapped to by the keys.
Remarks
The type of the key values is determined when the map is constructed. It is supplied as the first parameter to the Map.new method.