The following tables list the members exposed by _VarType.
Public Properties
| Name | Description |
![Property](template/packages/core-dotnet/images/Property.png) | DisplayString | The display string for the current object. |
![Property](template/packages/core-dotnet/images/Property.png) | InternalValue | The enumerated value of the data type. |
![Property](template/packages/core-dotnet/images/Property.png) | IsArray | Gets a value indicating whether the VarType is an array. |
![Property](template/packages/core-dotnet/images/Property.png) | IsElementType | Gets a value indicating whether the VarType can be an array element type. |
![Property](template/packages/core-dotnet/images/Property.png) | NumericalValue | The numerical (integer) value of the data type. |
![Property](template/packages/core-dotnet/images/Property.png) | StandardName | A symbolic name of the current VarType if it has a standard name. Empty otherwise. |
Top
Public Methods
See Also