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