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.
Allows you to specify the data type for values in the metadata dictionary.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration MetaInfoValueType
'Usage
Dim instance As MetaInfoValueType
public enum MetaInfoValueType
Members
| Member name | Description | |
|---|---|---|
| String | String data type. | |
| Integer | Integer data type. | |
| Time | Date/time data type. | |
| StringVector | Array of string values. | |
| Boolean | Boolean data type. | |
| FileSystemTime | Date/time data type. | |
| IntegerVector | Array of integer values. | |
| Double | Double data type. | |
| LongText | String data type. | |
| Empty | Ignored. Treat as an empty string. |