Share via


AxdBase::isValidReturnType Method [AX 2012]

Indicates whether a type is a valid type for a field in an Axd document.

Syntax

client server public static boolean isValidReturnType(Types _types)

Run On

ClientOrServer

Parameters

Return Value

Type: boolean
true if the _types is a valid type for a field in an Axd document; otherwise, false.

Remarks

The isValidReturnType method is intended only to be used internally, and should not be called through the interface.

See Also

Reference

AxdBase Class