FieldValueType 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.
The type of the value of a FormField.
public enum FieldValueType
type FieldValueType =
Public Enum FieldValueType
- Inheritance
-
System.EnumFieldValueType
Fields
CountryRegion | 9 | Used for System.String type with an ISO 3166-1 alpha-3 country code. |
Date | 1 | Used for System.DateTime type. |
Dictionary | 7 | Used for System.Collections.Generic.Dictionary`2 type. |
Float | 4 | Used for System.Single type. |
Int64 | 5 | Used for System.Int64 type. |
List | 6 | Used for System.Collections.Generic.List`1 type. |
PhoneNumber | 3 | Used for System.String type with a phone number format. |
SelectionMark | 8 | Used for SelectionMarkState type. |
String | 0 | Used for System.String type. |
Time | 2 | Used for System.TimeSpan type. |