Share via


Dictionary.Typeobject(Int32) Method

Definition

Provides information about a specified extended data type by returning a DictType object.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ Typeobject(int _tableId);
public virtual Microsoft.Dynamics.Ax.Xpp.XppObjectBase Typeobject (int _tableId);
abstract member Typeobject : int -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
override this.Typeobject : int -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
Public Overridable Function Typeobject (_tableId As Integer) As XppObjectBase

Parameters

_tableId
Int32

Returns

A DictType object that contains information about the specified extended data type.

Applies to