Global::typeName2Type Method [AX 2012]

Retrieves the base type of a type.

Syntax

client server public static Types typeName2Type(IdentifierName _typeName)

Run On

Called

Parameters

Return Value

Type: Types Enumeration
The base type of a type.

Exceptions

Exception Condition
Error

The type name that was passed into the method is not a recognized X++ type.

See Also

Reference

Global Class