MapDataTypes 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 data types for a map field.
public enum class MapDataTypes
public enum MapDataTypes
type MapDataTypes =
Public Enum MapDataTypes
- Inheritance
-
MapDataTypes
Fields
Name | Value | Description |
---|---|---|
String | 0 | The field value must be a |
Boolean | 1 | The field value must be a |
DateTime | 2 | The field value must be a |
Integer | 3 | The field value must be an |
Float | 4 | The field value must be a |
Decimal | 5 | The field value must be a |