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
-
FieldValueType
Fields
Name | Value | Description |
---|---|---|
String | 0 | Used for String type. |
Date | 1 | Used for DateTime type. |
Time | 2 | Used for TimeSpan type. |
PhoneNumber | 3 | Used for String type with a phone number format. |
Float | 4 | Used for Single type. |
Int64 | 5 | Used for Int64 type. |
List | 6 | Used for List<T> type. |
Dictionary | 7 | Used for Dictionary<TKey,TValue> type. |
SelectionMark | 8 | Used for SelectionMarkState type. |
CountryRegion | 9 | Used for String type with an ISO 3166-1 alpha-3 country code. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET