Share via


List.typeId Method

Definition

Returns the type of the values in a list.

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

Returns

The type of the list elements.

Remarks

The type of the list is specified when the list is created, and remains the same throughout the life of the list.

Applies to