[]
Specifies data type of a document property.
public enum PropertyType
Boolean = 0The property is a boolean value.
ByteArray = 6The property is an array of bytes.
DateTime = 1The property is a date time value.
Double = 2The property is a floating number.
Number = 3The property is an integer number.
ObjectArray = 5The property is an array of objects.
String = 4The property is a string value.