DictType.Basetype 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.
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.