Share via


MethodInfo.Returntype Method

Definition

Specifies a method return type.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::Types Returntype();
public virtual Microsoft.Dynamics.Ax.Xpp.Types Returntype ();
abstract member Returntype : unit -> Microsoft.Dynamics.Ax.Xpp.Types
override this.Returntype : unit -> Microsoft.Dynamics.Ax.Xpp.Types
Public Overridable Function Returntype () As Types

Returns

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

Applies to