MethodInfo.returnType Method

Specifies a method return type.

Syntax

public Types returnType()

Run On

Called

Return Value

Type: Types Enumeration
A Types enumeration value that indicates a method return type.

Remarks

The following list indicates the possible values. :

  • AnyType

  • BLOB

  • Class

  • Container

  • Date

  • DateTime

  • Enum

  • Grid

  • Int64

  • Integer

  • Real

  • Record

  • RString

  • String

  • UserType

  • VarString

  • void

See Also

MethodInfo Class

Data Types in X++