[]
Specifies data type of a document property.
public enum PropertyType
Boolean = 1The property is a boolean value.
DateTime = 2The property is a date time value.
Double = 4The property is a double value.
Number = 0The property is an integer value.
String = 3The property is a string value.