Share via


MethodInfo.Vartype(Int32) Method

Definition

Specifies a variable data type by using values from the Types enumeration.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::Types Vartype(int num1);
public virtual Microsoft.Dynamics.Ax.Xpp.Types Vartype (int num1);
abstract member Vartype : int -> Microsoft.Dynamics.Ax.Xpp.Types
override this.Vartype : int -> Microsoft.Dynamics.Ax.Xpp.Types
Public Overridable Function Vartype (num1 As Integer) As Types

Parameters

num1
Int32

Returns

A Types enumeration value that indicates the variable data type.

Remarks

Following are the possible values:

  • AnyType
  • BLOB
  • Class
  • Container
  • Date
  • DateTime
  • Enum
  • Grid
  • Int64
  • Integer
  • Real
  • Record
  • RString
  • String
  • UserType
  • VarString
  • void

Applies to