Share via


DictType.baseType Method

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

Syntax

public Types baseType()

Run On

Called

Return Value

Type: Types Enumeration
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.

See Also

Reference

DictType Class