Enum PropertyType

PropertyType enumeration

Specifies data type of a document property.

public enum PropertyType

Values

NameValueDescription
Boolean0The property is a boolean value.
DateTime1The property is a date time value.
Double2The property is a floating number.
Number3The property is an integer number.
String4The property is a string value.
Blob5The property is a byte array.

See Also