MethodInfo.Vartype(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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