DictType.Basetype Method

Definition

Provides the data type on which an extended data type is based, by using the Types enumeration.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::Types Basetype();
public virtual Microsoft.Dynamics.Ax.Xpp.Types Basetype ();
abstract member Basetype : unit -> Microsoft.Dynamics.Ax.Xpp.Types
override this.Basetype : unit -> Microsoft.Dynamics.Ax.Xpp.Types
Public Overridable Function Basetype () As Types

Returns

A Types enumeration value that indicates the data type.

Remarks

You can convert the return value to a string by using the Global::Enum2Value method.

Applies to