MetaInfoValueType enumeration

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.

See also

Reference

Microsoft.SharePoint.Deployment namespace