DataTypes Enum
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.
Represents the possible data types.
public enum class DataTypes
public enum DataTypes
type DataTypes =
Public Enum DataTypes
- Inheritance
-
DataTypes
Fields
Name | Value | Description |
---|---|---|
String | 0 | A |
Boolean | 1 | A |
DateTime | 2 | A |
Integer | 3 | An |
Float | 4 | A |