Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Indicates the data type of the specified field value.
Definition
<xs:simpleType name="SPDictionaryEntryValueType">
<xs:restriction base="xs:string">
<xs:enumeration value="String" />
<xs:enumeration value="Integer" />
<xs:enumeration value="Time" />
<xs:enumeration value="StringVector" />
<xs:enumeration value="Boolean" />
<xs:enumeration value="FileSystemTime" />
<xs:enumeration value="IntVector" />
<xs:enumeration value="Double" />
<xs:enumeration value="LongText" />
<xs:enumeration value="Empty" />
</xs:restriction>
</xs:simpleType>
Enumeration values
| Value | Description |
|---|---|
| String |
String data type. |
| Integer |
Integer data type. |
| Time |
Date/time data type. |
| StringVector |
Treats as a String data type. |
| Boolean |
Boolean data type. |
| FileSystemTime |
Treats as a date/time data type. |
| IntVector |
Treats as an Integer data type. |
| Double |
Treats as a Double data type. |
| LongText |
Treats as a String data type. |
| Empty |
No value. |