Share via


Map.keyType Method

Definition

Returns the type of the key values in a map.

public:
 Microsoft::Dynamics::Ax::Xpp::Types keyType();
public Microsoft.Dynamics.Ax.Xpp.Types keyType ();
member this.keyType : unit -> Microsoft.Dynamics.Ax.Xpp.Types
Public Function keyType () As Types

Returns

The type of the key values.

Remarks

The possible return values are outlined by the Types system enum. 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.

Applies to